Files
2026-07-13 13:13:17 +08:00

12 lines
192 B
HLSL

struct SpriteDef
{
float2 Size;
float4 Color;
float2 UvMin;
float2 UvMax;
float2 Pivot;
uint CharIndex;
uint CharIndexInLine;
uint LineIndex;
uint Extra;
};