mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user