noizex
noizex
Check if you provided necessary headers and required fields, most likely something that's validated is missing. Best just replicate the headers that are sent originally.
Same here, RenderDoc crashes somewhere at the point where my sparse texture arrays are initialized. I'm using bindless & sparse textures in OpenGL and only API Trace works fine with...
Any reason why it's not yet merged? It seems like a useful option, I always missed automatic flipping of axes on export from Blender rather than having to fix it...
Hi, I'm very interested in Jolt v5.x availability in Conan - is there something I can help with to get this recipe updated?
> Also something that I don't quite understand with conan packages is how a conanfile.py works against different versions, for example right now there are certain options specified in the...
TLDR; Despite `profiler_in_distribution` option being FALSE, Jolt library is still built with define of `PROFILER_IN_DISTRIBUTION`, but then test package does not set any defines and assumes defaults coming from library's...
> Hi @noizex I saw your slack thread where it was mentioned that you would want to directly append the the definition, but I'm still curious we have lines like...
> From what I understand when you set tc.variables you're defining those options to be true which would then allow one of these branches to execute in turn creating the...