Files
funnygame/funnyassets/shaders/funny_shared.hlsl
2026-04-12 14:52:33 +03:00

11 lines
131 B
HLSL

#ifndef FUNNY_SHARED_HLSL
#define FUNNY_SHARED_HLSL
struct FunnyShaderInput_t
{
uint m_uInstance;
float2 m_vTexcoord;
}
#endif