ld.exe is from binutils. Binutils does not know anything about MSVC linker arguments or generating…
spx —
Yes that seems to be the case. Omitting lld.exe produces a working program. That brings me to a) …
Did you try writing exact same bytes as he did, or this is your custom thing you wrote? To diagnos…
Sara —
I also had issues using lld linker from LLVM, rather than the default ld from binutils. For exampl…
spx —
Still having issues here :( I tried using the smallest program one can imagine Just to be sure I …
In the three part series of the "Programming a x64 compiler from scratch", the first part confused…
spx —
Thanks for pointing that out. Out of my head I think that this is expected behavior but something…
joe513 —
Thanks for the release trying it out now. One issue that I am having that existed in 0.7.2 also is…
spx —
Thanks for the clarification. When explicitly checking clang compatibility I will make sure to als…
Sara —
I too downloaded clang from I downloaded mingw from The was to make clang use mingw headers ins…
spx —
The difference for normal debugging is probably rather small compared to 0.7.6. However 0.9 will …
spx —
I am pretty certain that there are at least a few issues with clang generated executables (on Wind…
Sara —
Currently I have tried invoking: However when I open in codeclap I get an error: By running: I …
I didn't know that it wasn't a "Vim plugin" anymore. Looking forward to it.
I am super excited for this! Congratz!
Thanks Martins again, that made a lot more sense.
The first public release of RemedyBG is scheduled for Jan 31st, 2019. I've thought a bit on the pr…
GL_ELEMENT_ARRAY_BUFFER and GL_ARRAY_BUFFER can be bound at the same time. That's the whole point …
I think the bug might be due to what Martins was saying about using glGetAttribute vs glBindAttrib…
Awesome, can't wait to try it :)
spx —
0.8.3 contains a redesigned overlay mode that is more useful (by providing floating panels instead…
To be honest, I'm not sure I know which warping you're speaking of. What are you referring to her…
Oups, didn't thought about that.
But does it work on macOS?
sometimes can help when something doesn't work.
What do you mean by that ? That the texture is 100% covered with triangles ? If that's the case, …
To be honest, I'm not sure I know which warping you're speaking of. What are you referring to her…
Ah, got it thank-you Martins
This has more to do with shaders than with vao or vbo. When you compile different shaders the attr…