Fix several render issues found while debugging XR

This commit is contained in:
Bastiaan Olij 2022-11-01 13:27:03 +11:00
parent c29fe310f1
commit a4e58ec84a
3 changed files with 43 additions and 18 deletions

View file

@ -273,6 +273,7 @@ protected:
public:
// Extension calls.
bool supports_renderpass2() const { return has_renderpass2_ext; }
VkResult vkCreateRenderPass2KHR(VkDevice p_device, const VkRenderPassCreateInfo2 *p_create_info, const VkAllocationCallbacks *p_allocator, VkRenderPass *p_render_pass);
uint32_t get_vulkan_major() const { return vulkan_major; };