PyIGL_viewer icon indicating copy to clipboard operation
PyIGL_viewer copied to clipboard

Fixed Shader Validation Error

Open AlexanderGroeger opened this issue 1 year ago • 1 comments

There was an issue running the examples that was pointed out by this issue. I simply turned off validation of the shader program to reveal the true problem was using varying color widths across shaders (vec3 vs vec4). This change corrects the problem.

AlexanderGroeger avatar Apr 12 '24 18:04 AlexanderGroeger

@sunreef Do you want to do something with my pull request?

AlexanderGroeger avatar Jul 19 '24 11:07 AlexanderGroeger