diff options
| author | Water Chika <water_chika@outlook.com> | 2024-12-16 19:08:53 +0000 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-04-07 09:15:36 -0600 |
| commit | 59dc56aa3023434317a5197d77be51855b5fd2fb (patch) | |
| tree | 023dd810fd74059c3b1d23d01d78cf5a97de03ed /cube/cube.cpp | |
| parent | 4078c4f283fcc6fab50b2ede72b45d01204bc323 (diff) | |
| download | usermoji-59dc56aa3023434317a5197d77be51855b5fd2fb.tar.xz | |
Update cube/cube.cpp
Co-authored-by: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Diffstat (limited to 'cube/cube.cpp')
| -rw-r--r-- | cube/cube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp index 12e9e789..abafc024 100644 --- a/cube/cube.cpp +++ b/cube/cube.cpp @@ -4098,7 +4098,7 @@ int main(int argc, char **argv) { #endif #if defined(VK_USE_PLATFORM_DISPLAY_KHR) case (WsiPlatform::display): - // select physical device because display surface creation need gpu is selected. + // select physical device because display surface creation needs a gpu to be selected. demo.select_physical_device(); break; #endif |
