Fix several render issues found while debugging XR
This commit is contained in:
parent
c29fe310f1
commit
a4e58ec84a
3 changed files with 43 additions and 18 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue