From 59dc56aa3023434317a5197d77be51855b5fd2fb Mon Sep 17 00:00:00 2001 From: Water Chika Date: Mon, 16 Dec 2024 19:08:53 +0000 Subject: Update cube/cube.cpp Co-authored-by: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> --- cube/cube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube/cube.cpp') 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 -- cgit v1.2.3