-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
issueIssue that's not a bug, enhancement or feature requestIssue that's not a bug, enhancement or feature requestrenderingRender related Questions & IssuesRender related Questions & IssuesvulkanVulkan related Questions & IssuesVulkan related Questions & Issues
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Labels
issueIssue that's not a bug, enhancement or feature requestIssue that's not a bug, enhancement or feature requestrenderingRender related Questions & IssuesRender related Questions & IssuesvulkanVulkan related Questions & IssuesVulkan related Questions & Issues