Jeffery Myers
Jeffery Myers
Per issue #4411 this PR makes all the config defines first check if they have been set by the build system, and doesn't just check for the define, but instead...
This PR adds the platform files to the MSVC project so that they show up for editing (and searching), but do not get built since they are handled via a...
Check to see if a mesh buffer is allocated before reallocating it so we don't leak that buffer in cases where the gltf may have duplicate attributes at different resolutions....
I took a look over the rlsw software renderer and did some quick profiling, and I have some questions on the overall design, specifically how it handles colors and texture...