aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWater Chika <water_chika@outlook.com>2024-12-16 19:08:14 +0000
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2025-04-07 09:15:36 -0600
commit4078c4f283fcc6fab50b2ede72b45d01204bc323 (patch)
treeec4ee3d8de12845e5e6abb953bb8cac68ee14b42
parent3411f92142e8e6a4e29e7f54eebebeec495f11bd (diff)
downloadusermoji-4078c4f283fcc6fab50b2ede72b45d01204bc323.tar.xz
Update cube/cube.c
Co-authored-by: Charles Giessen <46324611+charles-lunarg@users.noreply.github.com>
-rw-r--r--cube/cube.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.c b/cube/cube.c
index 18fd5ec9..9e58ea36 100644
--- a/cube/cube.c
+++ b/cube/cube.c
@@ -5073,7 +5073,7 @@ int main(int argc, char **argv) {
#endif
#if defined(VK_USE_PLATFORM_DISPLAY_KHR)
case (WSI_PLATFORM_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(&demo);
break;
#endif