Hristo Hristov

Results 93 comments of Hristo Hristov

Can I configure `build.target-dir` on a `workspace`? I don't see a definite answer that it is not possible and I don't get an error but it also doesn't work with...

What platforms does GLAD support? Does it support OpenGL ES 3.x EDIT: Well, I see that it supports OpenGL ES 3.x but why is it listed as GLES 2. It...

Khronos specifies the headers as . What confused me is the web service here: https://gen.glad.sh/ as all of the GL version are bunched together but the GLES are separated. I...

The sample doesn't have the cast but I can't compile without it: gladLoadGL((GLADloadfunc)SDL_GL_GetProcAddress);

Sorry for the confusion. I copied this line from my source. What I mean is: https://github.com/Dav1dde/glad/tree/glad2 Shouldn't that example contain the cast too for the sake of clarity: ``` int...

I agree but for tutorial's the cast needs to be documented as this will save some learner's headbanging.

Will the chapter issue be fixed if a page (a short description text) is added to the titles that don't have one? Even on the site some pages have links...

CMakePresets.json ```json5 { "name": "Default Debug Preset" ... } ``` CMakeUserPresets.json ```json5 { "name": "Default Debug Preset", "hidden": true }, { "name": "Customized Debug Preset 1", "inherits": ["Default Debug Preset"]...

I have Swift and Rust projects with a workspace file and without one. Whenever I open the project I get a complaint by CMakeTools about missing CMakeLists.txt. My setup is:...

I guess this is not yet implemented?