8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
import MaterialParameter;
|
|
|
|
interface IVertexData
|
|
{
|
|
VertexAttributes getAttributes(uint index);
|
|
};
|
|
layout(set = 1)
|
|
ParameterBlock<IVertexData> pVertexData; |