Matt Singer
Results
1
issues of
Matt Singer
I am writing a code generator based on D3D12 shader reflection data. Given a simple vertex shader: ``` struct VertexIn { float3 mPos : POSITION; float3 mColor : COLOR; };...
user-support