Files
Seele/res/shaders/lib/VertexData.slang
T

13 lines
197 B
Plaintext
Raw Normal View History

2023-11-08 23:27:21 +01:00
import MaterialParameter;
2023-10-07 19:29:53 +02:00
struct VertexInput
{
uint vertexId : SV_VertexID;
uint instanceId: SV_InstanceID;
}
2025-01-30 23:25:41 +01:00
//interface IVertexData
//{
// VertexAttributes getAttributes(uint index);
//};