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

Function QueueBindSparse

icd/generated/function_definitions.h:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447}
448static VKAPI_ATTR VkResult VKAPI_CALL QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo,
449 VkFence fence) {
450 // Not a CREATE or DESTROY function
451 return VK_SUCCESS;
452}
453static VKAPI_ATTR VkResult VKAPI_CALL CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo,
454 const VkAllocationCallbacks* pAllocator, VkFence* pFence) {
455 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected