-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
I tried compiling and found that SDL3 didn't build (I replaced the extern/sdl directory to https://github.com/libsdl-org/SDL/releases/tag/release-3.2.26 and this fixed things).
I then needed to add compile_shader("${SHADER_DIR}/final.slang") to https://github.com/mxcop/src-dgi/blob/main/assets/CMakeLists.txt so the example executable can find final.slang.spv.
At this point I get the issue:
-------------------------------- session --------------------------------
(23-11-2025|14:08:35): info: [graphics] selected physical device: AMD Radeon RX 6800M (v1.4.315)
(23-11-2025|14:08:35): info: [graphics] loaded primary compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized primary pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel counting compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel counting pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel prefix sum compute shader modules.
(23-11-2025|14:08:35): info: [graphics] initialized surfel prefix sum pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel acceleration compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel acceleration pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel spawn compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel spawn pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel gather compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel gather pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel merge compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel merge pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel composite compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel composite pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel recycle compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel recycle pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel draw compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel draw pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded surfel heatmap compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized surfel heatmap pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded ground truth compute shader module.
(23-11-2025|14:08:35): info: [graphics] initialized ground truth pipeline.
(23-11-2025|14:08:35): info: [graphics] loaded final shader modules.
(23-11-2025|14:08:35): critical: [graphics] failed to create final graphics pipeline.
(23-11-2025|14:08:35): info: [graphics] initialized overlay pipeline.
(23-11-2025|14:08:35): info: [graphics] initialized device & renderer.
And currently stuck here.
Kind regards
Metadata
Metadata
Assignees
Labels
No labels