mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 00:26:33 +02: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
|