mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
8 lines
223 B
GLSL
8 lines
223 B
GLSL
#define GPU_SSBO_TRANSFORM_OBJECT
|
|
#define BITFIELD int
|
|
#define LAYOUT(X) layout(X)
|
|
#define LAYOUT_STD140(X) layout(std140, X)
|
|
#ifdef VULKAN
|
|
#define gl_InstanceID gl_InstanceIndex
|
|
#define gl_VertexID gl_VertexIndex
|
|
#endif
|