Yeah, I found the hard way that when results of GL app differ when you launch app in Release/Debug under MSVC and then standalone executable, its often some garbage in memory that causes it,...
Type: Posts; User: noizex
Yeah, I found the hard way that when results of GL app differ when you launch app in Release/Debug under MSVC and then standalone executable, its often some garbage in memory that causes it,...
Hello,
I have question that I couldn't find answer for anywhere, so I decided to ask here. Lets assume I have typical VBO with 4 attributes: position, texcoord, normal, color. I set up VAO that...
Hello,
I have question regarding drawing 2D geometry for user interface purposes using modern GL, so VBOs / shaders etc. I have a "design" problem because I'm not sure how to approach this. What I...