4 lines
190 B
GLSL
4 lines
190 B
GLSL
// Grouped in 4N slots, should match VROParticlesUBOVertexData structure defined in VROParticleUBO.h
|
|
layout(std140) uniform particles_vertex_data{
|
|
mat4 particles_vertex_transform[180];
|
|
}; |