-
-
Save sherjilozair/a4336bb1aad06be11f96c83f2d11f13a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SherjilOzair:build sherjilozair$ examples/05_triangle | |
Initialized SDL: '' | |
[2018-05-04 20:20:01.819393][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/Window.cc:111 | |
Expression: glEnable(GL_BLEND) | |
Error: GL_INVALID_ENUM | |
Description: An unacceptable value is specified for an enumerated argument. | |
Gamedev Framework (gf) example #05: Triangle | |
This example prints the hello world triangle of OpenGL. | |
You can click on the screen to see the screen coordinates and world coordinates. | |
[2018-05-04 20:20:01.853061][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853089][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853098][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853106][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853132][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853150][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853159][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853219][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853233][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.853241][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951605][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951630][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951640][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951648][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951752][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951768][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951779][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951794][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951803][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.951811][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952749][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952763][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952770][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952776][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952817][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952829][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952835][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952841][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952936][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.952944][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:01.970801][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.020830][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.020851][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.020858][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.020865][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.021118][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.021132][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.021139][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.021376][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.021389][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022568][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022587][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022595][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022602][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022623][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022630][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022637][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022702][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022716][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.022724][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026123][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026152][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026160][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026168][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026205][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026223][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026232][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026239][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026370][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.026386][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042171][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042202][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042211][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042219][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042267][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042276][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042284][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042362][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042371][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.042384][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085581][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085608][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085617][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085624][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085709][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085725][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085733][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085807][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085823][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.085831][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091552][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091575][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091582][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091589][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091663][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091678][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.091686][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.159239][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.159262][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.159269][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161584][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161609][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161616][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161623][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161657][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161671][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161679][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161734][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161742][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.161748][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.176056][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200554][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200577][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200585][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200829][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200845][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200854][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.200861][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.201158][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.201169][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202279][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202296][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202304][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202311][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202951][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202967][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.202975][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.203248][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.203264][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.203272][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213607][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213639][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213647][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213655][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213694][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213711][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213720][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213807][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213817][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.213824][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226087][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226122][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226130][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226137][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226179][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226211][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226221][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226316][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226327][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.226348][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293427][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293447][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293453][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293459][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293536][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293548][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293554][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293573][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293580][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293585][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293869][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293880][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293885][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293890][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293926][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293957][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.293963][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.294027][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.294035][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.294040][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309583][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309604][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309609][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309615][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309672][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309684][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309690][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309751][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309759][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.309764][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326647][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326692][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326702][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326712][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326788][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326803][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326813][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326911][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326920][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.326927][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361739][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361768][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361777][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361784][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361874][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361891][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361900][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.361987][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.362004][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.362013][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376679][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376715][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376726][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376736][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376824][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376846][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376858][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376955][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376971][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.376982][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410645][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410668][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410674][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410680][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410706][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410716][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410724][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410840][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410855][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.410864][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430422][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430462][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430468][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430473][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430548][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430559][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430565][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430681][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430693][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.430699][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441629][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441646][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441652][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441658][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441746][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441759][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441765][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441839][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441851][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.441857][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482680][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482708][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482717][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482725][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482823][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482840][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482849][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482926][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482946][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.482955][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496678][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496715][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496727][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496737][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496809][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496831][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496842][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496947][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496972][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.496984][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526426][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526454][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526460][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526466][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526549][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526562][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526569][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526651][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526665][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.526671][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541568][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541585][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541591][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541596][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541667][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541678][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.541685][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.546565][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.546585][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.546591][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.560883][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.560910][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.560919][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.560927][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.560994][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.561012][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.561021][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.561108][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.561128][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.561136][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580136][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580166][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580175][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580183][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580274][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580292][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580301][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580381][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580398][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.580408][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612290][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612312][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612317][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612323][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612416][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612472][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612479][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612484][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612494][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.612572][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.625898][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.625921][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.625929][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.625935][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626020][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626035][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626042][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626100][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626116][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.626123][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642510][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642531][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642537][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642542][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642619][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642650][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642657][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642728][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642740][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.642746][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681683][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681704][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681710][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681716][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681792][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681804][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681810][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681907][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681919][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.681924][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692228][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692249][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692255][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692261][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692331][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692345][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692352][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692357][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692453][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.692462][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.728881][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.728923][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.728929][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.728934][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729009][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729021][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729027][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729117][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729128][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.729134][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746906][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746928][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746934][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746939][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746986][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.746999][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.747031][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.747122][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.747134][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.747139][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.758929][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.758948][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.758954][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.758959][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759054][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759066][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759073][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759144][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759156][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.759164][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794771][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794803][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794809][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794815][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794925][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794937][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.794945][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.795040][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.795048][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.795053][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808080][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808120][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808126][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808131][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808208][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808221][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808228][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.808234][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.811790][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.811811][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826050][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826071][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826077][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826082][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826162][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826192][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826199][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826272][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826284][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.826290][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.841880][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.841912][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.841923][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.841933][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842032][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842054][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842066][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842163][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842192][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.842201][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877311][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877334][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877340][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877345][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877424][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877436][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877443][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877506][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877518][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.877524][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.892942][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.892967][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.892973][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.892978][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893064][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893077][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893084][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893151][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893164][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.893170][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.907979][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.907998][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908004][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908010][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908102][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908114][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908121][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908184][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908191][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.908197][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949354][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949375][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949381][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949386][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949466][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949498][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949504][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949578][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949590][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.949596][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.958884][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.958906][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.958912][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.958917][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.958992][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.959005][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.959011][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.959040][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.959054][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.959063][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994665][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994692][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994699][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994705][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994796][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994809][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994816][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994900][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994912][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:02.994920][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.008335][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.008396][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.008411][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.008422][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.011682][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.011708][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.011717][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.012371][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.012383][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.012389][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.025962][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.025982][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.025989][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.025994][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026071][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026084][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026090][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026146][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026158][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.026165][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042006][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042040][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042049][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042057][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042089][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042098][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042107][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042178][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042188][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.042196][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080397][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080418][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080424][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080430][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080508][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080520][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080527][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080594][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080607][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.080613][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093722][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093760][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093772][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093799][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093881][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093898][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093907][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.093987][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.094004][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.094014][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266167][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:312 | |
Expression: glEnableVertexAttribArray(positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266195][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:313 | |
Expression: glEnableVertexAttribArray(colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266203][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:314 | |
Expression: glEnableVertexAttribArray(texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266211][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:320 | |
Expression: glVertexAttribPointer(positionLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), positionPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266309][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:321 | |
Expression: glVertexAttribPointer(colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(Vertex), colorPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266326][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:322 | |
Expression: glVertexAttribPointer(texCoordsLoc, 2, GL_FLOAT, GL_FALSE, sizeof(Vertex), texCoordsPointer) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266335][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:174 | |
Expression: glDrawArrays(getEnum(type), 0, count) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266416][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:330 | |
Expression: glDisableVertexAttribArray(locations.positionLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266433][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:331 | |
Expression: glDisableVertexAttribArray(locations.colorLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
[2018-05-04 20:20:03.266444][Error] Error in OpenGL call: | |
Location: /Users/sherjilozair/gf/library/RenderTarget.cc:332 | |
Expression: glDisableVertexAttribArray(locations.texCoordsLoc) | |
Error: GL_INVALID_OPERATION | |
Description: The specified operation is not allowed in the current state. | |
SherjilOzair:build sherjilozair$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment