Skip to content

Commit

Permalink
fixed typo and improved wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiong Liu committed Nov 5, 2024
1 parent e7bfea9 commit c4de0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_subdirectory(thirdparty/webgpu)
add_subdirectory(thirdparty/glfw3webgpu)
add_subdirectory(thirdparty/imgui)

option(USE_HIGH_PERFORMANCE_GPU "Use high performance gpu by default, mostly the dircrete gpu" ON)
option(USE_HIGH_PERFORMANCE_GPU "Use high performance GPU, most likely a discrete GPU, should be left ON except for trouble shooting purposes." ON)
if (USE_HIGH_PERFORMANCE_GPU)
add_compile_definitions(WGPU_GPU_HIGH_PERFORMANCE="ON")
endif()
Expand Down

0 comments on commit c4de0ec

Please sign in to comment.