Remove wgpu memory probe

Drop the standalone WGPU memory-allocation diagnostic and its conditional CMake target.\n\nGenerated with the assistance of an AI coding tool.
This commit is contained in:
Dion Moult
2026-07-03 08:44:09 +10:00
parent 8dfe00cdf8
commit cb1ab9cbfb
3 changed files with 0 additions and 289 deletions
-6
View File
@@ -722,12 +722,6 @@ if(BUILD_BONSAIVIEWER)
add_subdirectory(../src/bonsaiviewer bonsaiviewer)
endif()
# Standalone wgpu diagnostic tool (no bonsai) — fast iteration on
# wgpu-native probing without the full bonsai build.
if(BUILD_BONSAIVIEWER_WGPU AND NOT BUILD_BONSAIVIEWER)
add_subdirectory(../src/wgpu-mem-probe wgpu-mem-probe)
endif()
# Cmake uninstall target
if(NOT TARGET uninstall)
configure_file(