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

Function BindVideoSessionMemoryKHR

icd/generated/function_definitions.h:1720–1725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1718 return VK_SUCCESS;
1719}
1720static VKAPI_ATTR VkResult VKAPI_CALL BindVideoSessionMemoryKHR(VkDevice device, VkVideoSessionKHR videoSession,
1721 uint32_t bindSessionMemoryInfoCount,
1722 const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos) {
1723 // Not a CREATE or DESTROY function
1724 return VK_SUCCESS;
1725}
1726static VKAPI_ATTR VkResult VKAPI_CALL CreateVideoSessionParametersKHR(VkDevice device,
1727 const VkVideoSessionParametersCreateInfoKHR* pCreateInfo,
1728 const VkAllocationCallbacks* pAllocator,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected