You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The heightmap and computeflocking demos don't launch on the raspberry pi (4 & 5, bookworm arm64) and freeze the system. I have disabled them in cmake for the moment, when we build on (target) the pi:
-- Detected Raspberry Pi model 5
-- NAP version: 0.7.5
-- Skipping target: heightmap, not supported on Raspberry Pi
-- Skipping target: computeflocking, not supported on Raspberry Pi
Note that the demos run fine on all other platforms and the vulkan validation layer doesn't log any issues, making it rather difficult to trace the issue. I have a hunch it has to do with not supported single channel textures and compute shader optimizations, but not sure until we can pin-point the exact location.
The text was updated successfully, but these errors were encountered:
The
heightmap
andcomputeflocking
demos don't launch on the raspberry pi (4 & 5, bookworm arm64) and freeze the system. I have disabled them in cmake for the moment, when we build on (target) the pi:Note that the demos run fine on all other platforms and the
vulkan validation layer
doesn't log any issues, making it rather difficult to trace the issue. I have a hunch it has to do with not supported single channel textures and compute shader optimizations, but not sure until we can pin-point the exact location.The text was updated successfully, but these errors were encountered: