You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifdef OPENGL_ES
- precision mediump float;
- #endif
-
- uniform mat4 CC_PMatrix;
- uniform mat4 CC_MVMatrix;
- uniform mat4 CC_MVPMatrix;
- uniform vec4 CC_Time;
- uniform vec4 CC_SinTime;
- uniform vec4 CC_CosTime;
- uniform vec4 CC_Random01;
- uniform sampler2D CC_Texture0;
- uniform sampler2D CC_Texture1;
- uniform sampler2D CC_Texture2;
- uniform sampler2D CC_Texture3;
- //CC INCLUDES END
|