Most voted "glsl" questions
3 questions
Sort by count of
-
4
votes1
answer306
viewsSend two triangles to a Vertex Shader. Opengl, C++, GLSL
I am learning in college graphic processing with Opengl at C++. We are using the GLFW and GLEW libraries. My program consists of creating two triangles in different parts of the window. I created an…
-
2
votes1
answer95
viewsDepth Test is not working properly in Opengl
I’m having a problem with the Depth Test. I have a scene where it contains three objects. A plane a cube and a cylinder. In my Render I am doing for when rendering the cube it should disable the…
-
0
votes1
answer89
viewsOpengl Unbind Texture?
I have a list of objects; Each object has different amounts of texture; When I do glBindTexture 2 textures (fuzzy and specular) to an object, it can happen that the next object can have only 1…