Robin 'Ruadeil' Degen

Results 15 issues of Robin 'Ruadeil' Degen

The archive is still called vs2019_... Perhaps its time to move it to a unique location

accepted

I'm not sure if this is just because of changes in the new versions, but i'm getting the following: ```ld: cannot use executable file 'debug/elf/loader.elf' as input to a link```...

When installing msdfgen (and packaging it); all headers are in a subdirectory; for example: include/msdfgen/msdfgen.h However; msdf-atlas-gen assumes they're in the root: #include This causes problems when trying to neatly...

I was having issues with the library and thought it was because of my own code; but i noticed that the texconv tool shows the exact same problem. texconv.exe -y...

question

The documentation mentions the following code: while(!glfwWindowShouldClose(window)) { glClear(GL_COLOR_BUFFER_BIT); glClearColor(0.1f, 0.1f, 0.1f, 1.0f); } glClear clears the color buffer to the color configured with glClearColor, so constantly setting it after...