cubepp: Fix VK_KHR_display compile error
authorMike Schuchardt <mikes@lunarg.com>
Wed, 11 May 2022 22:43:28 +0000 (15:43 -0700)
committerMike Schuchardt <mikes@lunarg.com>
Thu, 12 May 2022 16:05:07 +0000 (09:05 -0700)
commitfbb1474438340d4b4c9539b91ea358117bd4685f
treece070f7e8e8085b21cac5d959dbe8421019b7709
parentfe5067838521f94f98f247b08bbdbeed812e4374
cubepp: Fix VK_KHR_display compile error

Vulkan-Hpp Implicit-cast operators on vk::ResultValue were previously
deprecated and finally removed in the v1.3.213 headers. Fix the
resulting compiler error in cubepp by explicitly using the value member
of vk:ResultValue.

Change-Id: Ie441bd56dfb9dfe26e966e0ec3fb3139712a351a
cube/cube.cpp