python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Black lines between 2d textures
I just started learning opengl technology.
My program draw 2d isometric tiles and program output this:
Be unknown reasons black lines appear when two textures overlap or two textures touch.
Code examp...
Evil JuniorCplusplus
Votes: 0
Answers: 2
expected 'const GLchar * const*' {aka 'const char * const*'} but argument is of type 'char **'
I tried to convert my old openGl code (written in c++) to c, I always encounter this weird warning about an incompatible pointer type when I try to use glCompileShader()
char *buffer = 0;
long length;...
randomguy
Votes: 0
Answers: 1
Understanding the Datatypes in OpenGL
The way OpenGL Datatypes are used there confuses me a bit. There is for example the unsigned integer "GLuint" and is is used for shader-objects as well as various different buffers-objects. ...
Pinguin
Votes: 0
Answers: 1
Using GLAD for Raspberry Pi project
I am trying to figure out how to create a window for my project. I want to work with OpenGL ES and I found online guides on how to use X11 and EGL for creating the window, and this option works just f...
ImNewPleaseDontHurtMe
Votes: 0
Answers: 1