MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CompileDeferredNV

Function CompileDeferredNV

icd/generated/function_definitions.h:3407–3410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3405 // Not a CREATE or DESTROY function
3406}
3407static 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}
3411static VKAPI_ATTR VkResult VKAPI_CALL
3412GetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer,
3413 VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected