Enable additional required extensions
This commit is contained in:
parent
38cd7581b6
commit
e36b0ae021
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public:
|
||||||
vks::VERTEX_COMPONENT_POSITION,
|
vks::VERTEX_COMPONENT_POSITION,
|
||||||
vks::VERTEX_COMPONENT_NORMAL,
|
vks::VERTEX_COMPONENT_NORMAL,
|
||||||
vks::VERTEX_COMPONENT_UV,
|
vks::VERTEX_COMPONENT_UV,
|
||||||
});
|
});
|
||||||
|
|
||||||
vks::Model model;
|
vks::Model model;
|
||||||
|
|
||||||
|
|
@ -94,6 +94,8 @@ public:
|
||||||
[POI] Enable extensions required for inline uniform blocks
|
[POI] Enable extensions required for inline uniform blocks
|
||||||
*/
|
*/
|
||||||
enabledDeviceExtensions.push_back(VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME);
|
enabledDeviceExtensions.push_back(VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME);
|
||||||
|
enabledDeviceExtensions.push_back(VK_KHR_MAINTENANCE1_EXTENSION_NAME);
|
||||||
|
enabledInstanceExtensions.push_back(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
~VulkanExample()
|
~VulkanExample()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue