cosmoscout / cosmoscout-vr

:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Other
347 stars 27 forks source link

Shader issue resolved #339

Closed PdlAyush closed 1 year ago

PdlAyush commented 1 year ago

When you use the version 330 of atmospheres and simple-bodies shaders, you get the following errors:

GL_INVALID_OPERATION in glUniform(program not linked)
GL_INVALID_OPERATION in glUniformMatrix(program not linked)
**WARNING** Shader porgram with id 389 is not ready for use. Bind has no effect.
###ERROR### OpenGL  error 1282 (invalid operation)

The error was resolved by incrementing the versions of the atmospheres and simple-bodies shaders to version 430.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4678664066


Changes Missing Coverage Covered Lines Changed/Added Lines %
plugins/csp-simple-bodies/src/SimpleBody.cpp 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 4447390847: 0.0%
Covered Lines: 193
Relevant Lines: 16915

💛 - Coveralls