Skip to content
  • Vinson Lee's avatar
    glsl-vs-loop.vert: Remove const qualifier for int count. · cf12e8b4
    Vinson Lee authored
    A const int cannot be initialized with gl_Color, as
    it is not a constant expression.
    
    See the OpenGL Shading Language Specification Sec 4.3.2.
    Initializers for const declarations must be constant
    expressions, as defined in Section 4.3.3 “Constant Expressions.”
    cf12e8b4