its running i think
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import MaterialParameter;
|
||||
|
||||
interface IVertexAttributes
|
||||
{
|
||||
MaterialParameter create();
|
||||
};
|
||||
|
||||
interface IVertexData
|
||||
{
|
||||
associatedtype VertexAttributes : IVertexAttributes;
|
||||
VertexAttributes getAttributes(uint index, float4x4 transform);
|
||||
};
|
||||
ParameterBlock<IVertexData> pVertexData;
|
||||
Reference in New Issue
Block a user