power_play/src/sprite/sprite_shared.cgh
2026-01-09 15:37:23 -06:00

9 lines
139 B
Plaintext

////////////////////////////////////////////////////////////
//~ Slice types
Struct(SPR_Slice)
{
G_Texture2DRef tex;
Rng2 uv_rect;
};