| 3405 | // Not a CREATE or DESTROY function |
| 3406 | } |
| 3407 | static VKAPI_ATTR VkResult VKAPI_CALL CompileDeferredNV(VkDevice device, VkPipeline pipeline, uint32_t shader) { |
| 3408 | // Not a CREATE or DESTROY function |
| 3409 | return VK_SUCCESS; |
| 3410 | } |
| 3411 | static VKAPI_ATTR VkResult VKAPI_CALL |
| 3412 | GetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, |
| 3413 | VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) { |
nothing calls this directly
no outgoing calls
no test coverage detected