| 1718 | return VK_SUCCESS; |
| 1719 | } |
| 1720 | static 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 | } |
| 1726 | static VKAPI_ATTR VkResult VKAPI_CALL CreateVideoSessionParametersKHR(VkDevice device, |
| 1727 | const VkVideoSessionParametersCreateInfoKHR* pCreateInfo, |
| 1728 | const VkAllocationCallbacks* pAllocator, |
nothing calls this directly
no outgoing calls
no test coverage detected