Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

16 rader
367 B

  1. #ifdef OPENGL_ES
  2. precision mediump float;
  3. #endif
  4. uniform mat4 CC_PMatrix;
  5. uniform mat4 CC_MVMatrix;
  6. uniform mat4 CC_MVPMatrix;
  7. uniform vec4 CC_Time;
  8. uniform vec4 CC_SinTime;
  9. uniform vec4 CC_CosTime;
  10. uniform vec4 CC_Random01;
  11. uniform sampler2D CC_Texture0;
  12. uniform sampler2D CC_Texture1;
  13. uniform sampler2D CC_Texture2;
  14. uniform sampler2D CC_Texture3;
  15. //CC INCLUDES END