Trying to fix macos
This commit is contained in:
@@ -6,9 +6,9 @@ struct VertexInput
|
||||
uint instanceId: SV_InstanceID;
|
||||
}
|
||||
|
||||
interface IVertexData
|
||||
{
|
||||
VertexAttributes getAttributes(uint index);
|
||||
};
|
||||
layout(set = 1)
|
||||
ParameterBlock<IVertexData> pVertexData;
|
||||
//interface IVertexData
|
||||
//{
|
||||
// VertexAttributes getAttributes(uint index);
|
||||
//};
|
||||
//layout(set = 1)
|
||||
//ParameterBlock<IVertexData> pVertexData;
|
||||
Reference in New Issue
Block a user