| 865 | return VK_SUCCESS; |
| 866 | } |
| 867 | static VKAPI_ATTR void VKAPI_CALL DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, |
| 868 | const VkAllocationCallbacks* pAllocator) { |
| 869 | // Destroy object |
| 870 | } |
| 871 | static VKAPI_ATTR VkResult VKAPI_CALL CreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, |
| 872 | const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) { |
| 873 | unique_lock_t lock(global_lock); |
nothing calls this directly
no outgoing calls
no test coverage detected