Derrick Melton

Results 4 comments of Derrick Melton

the `const_pointer` member was removed from `std::allocator` in C++20. GCC 11.1.0 defaults to C++17 where its use is deprecated but is still a member of the allocator class. More info...

> That second request is not redundant: glDeleteProgram is a potentially expensive call even in the case of a 0 id. I am curious about this, as the documents on...

I think I may have to do a few more tests because the first 3 or 4 times I launched what would essentially happen is I'd go and run the...

To clarify, I didn't specify different build paths for my debug and release versions, which is why I think specifically building the debug version compared to the release would have...