9 lines
134 B
C
9 lines
134 B
C
#pragma once
|
|
|
|
#include <DirectXMath.h>
|
|
|
|
struct VertexShaderExternalData
|
|
{
|
|
DirectX::XMFLOAT4 colorTint;
|
|
DirectX::XMFLOAT3 offset;
|
|
};
|