Philip Rideout
Philip Rideout
Sorry for the spam but I just want to mention that the `Search` function that you provide seems to be working with my distance-from-line method. For the signed function that...
Nice, this change makes sense. This is the PAR_MALLOC portion of the par headers, which is duplicated across many of the older par headers, so it fails CI due to...
The main problem with a BSP approach is that splitting is inevitable for scenes like this. Splitting might be acceptable for fill-only styles, but we'd like to allow clients to...
Thanks for the report, I agree that this should be fixed.
Ah, understood thanks so much! In that case we can close this issue if you'd like. (Maybe the `README` could mention the preferred way to invoke CMake so that 64-bit...
I've reproduced this on a mac by looking at Activity Monitor and using MoltenVK. This is a regression but a potentially very old regression, since I haven't tried this in...
@pixelflinger this might be a good starter issue for someone being introduced to the Vulkan codebase.
Thanks for the bug report, this looks interesting. Are you using our `ModelViewer` helper class?
I would like to investigate but I'm having trouble reproducing. Can you give more detailed steps? Where does your code snippet go?
I was able to build and run your project, but I was not able get it to crash on an emulated Pixel 3a or a real Pixel 6 Pro. I...