Structures
VkVideoSessionMemoryRequirementsKHR
Structure describing video session memory requirements
The VkVideoSessionMemoryRequirementsKHR
structure is defined as:
typedef struct VkVideoSessionMemoryRequirementsKHR {
VkStructureType sType;
void* pNext;
uint32_t memoryBindIndex;
VkMemoryRequirements memoryRequirements;
} VkVideoSessionMemoryRequirementsKHR;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.memoryBindIndex
is the index of the memory binding.memoryRequirements
is a VkMemoryRequirements structure in which the requested memory binding requirements for the binding index specified bymemoryBindIndex
are returned.
Valid Usage (Implicit)
VUID-VkVideoSessionMemoryRequirementsKHR-sType-sType
sType
must be VK_STRUCTURE_TYPE_VIDEO_SESSION_MEMORY_REQUIREMENTS_KHR
VUID-VkVideoSessionMemoryRequirementsKHR-pNext-pNext
pNext
must be NULL