Skip to content

Commit

Permalink
hello_xr/vulkan: Fix build with Vulkan headers 1.2.136.
Browse files Browse the repository at this point in the history
  • Loading branch information
lubosz authored and rpavlik committed Apr 29, 2020
1 parent 6a38361 commit a013fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changes/sdk/pr.181.OpenXR-SDK-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- issue.180.OpenXR-SDK-Source
---
hello_xr: Fix build with Vulkan headers 1.2.136.
4 changes: 1 addition & 3 deletions src/tests/hello_xr/graphicsplugin_vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1634,9 +1634,7 @@ struct VulkanGraphicsPlugin : public IGraphicsPlugin {
_(SURFACE_KHR) \
_(SWAPCHAIN_KHR) \
_(DISPLAY_KHR) \
_(DISPLAY_MODE_KHR) \
_(OBJECT_TABLE_NVX) \
_(INDIRECT_COMMANDS_LAYOUT_NVX)
_(DISPLAY_MODE_KHR)

switch (objectType) {
default:
Expand Down

0 comments on commit a013fcd

Please sign in to comment.