Files
deighton-ar/mobile/ios/ViroKit.framework/particles_fsh.glsl
2018-03-27 17:46:15 -07:00

4 lines
200 B
GLSL

// Grouped in 4N slots, should match VROParticlesUBOFragmentData structure defined in VROParticleUBO.h
layout(std140) uniform particles_fragment_data{
mediump vec4 particles_fragment_color[180];
};