create buffer struct
This commit is contained in:
parent
287250e29c
commit
2f29e3e400
1 changed files with 9 additions and 0 deletions
9
BufferStructs.h
Normal file
9
BufferStructs.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <DirectXMath.h>
|
||||
|
||||
struct VertexShaderExternalData
|
||||
{
|
||||
DirectX::XMFLOAT4 colorTint;
|
||||
DirectX::XMFLOAT3 offset;
|
||||
};
|
Reference in a new issue