An issue with indexed indirect draw in Unreal
Long story short, I’m working on a shader for an indexed indirect draw in Unreal. And I had a VS-To-PS struct here as simple as:
struct VertexOutput
{
float4 Position : SV_POSITION;
}
And this works just perfect fine.
But things get buggy once I a...
catoxliu.net3 min read