compiles again
This commit is contained in:
@@ -12,4 +12,5 @@ interface VertexAttributes
|
||||
interface VertexData
|
||||
{
|
||||
VertexAttributes getAttributes(uint index, float4x4 transform);
|
||||
};
|
||||
};
|
||||
ParameterBlock<VertexData> vertexData;
|
||||
Reference in New Issue
Block a user