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