ReactOS 0.4.17-dev-934-g091855f
VkVideoSessionCreateInfoKHR Struct Reference

#include <vulkan.h>

Collaboration diagram for VkVideoSessionCreateInfoKHR:

Public Attributes

VkStructureType sType
 
const void * pNext
 
uint32_t queueFamilyIndex
 
VkVideoSessionCreateFlagsKHR flags
 
const VkVideoProfileInfoKHR * pVideoProfile
 
VkFormat pictureFormat
 
VkExtent2D maxCodedExtent
 
VkFormat referencePictureFormat
 
uint32_t maxDpbSlots
 
uint32_t maxActiveReferencePictures
 
const VkExtensionProperties * pStdHeaderVersion
 

Detailed Description

Definition at line 15180 of file vulkan.h.

Member Data Documentation

◆ flags

VkVideoSessionCreateFlagsKHR VkVideoSessionCreateInfoKHR::flags

Definition at line 15185 of file vulkan.h.

◆ maxActiveReferencePictures

uint32_t VkVideoSessionCreateInfoKHR::maxActiveReferencePictures

Definition at line 15191 of file vulkan.h.

◆ maxCodedExtent

VkExtent2D VkVideoSessionCreateInfoKHR::maxCodedExtent

Definition at line 15188 of file vulkan.h.

◆ maxDpbSlots

uint32_t VkVideoSessionCreateInfoKHR::maxDpbSlots

Definition at line 15190 of file vulkan.h.

◆ pictureFormat

VkFormat VkVideoSessionCreateInfoKHR::pictureFormat

Definition at line 15187 of file vulkan.h.

◆ pNext

const void* VkVideoSessionCreateInfoKHR::pNext

Definition at line 15183 of file vulkan.h.

◆ pStdHeaderVersion

const VkExtensionProperties* VkVideoSessionCreateInfoKHR::pStdHeaderVersion

Definition at line 15192 of file vulkan.h.

◆ pVideoProfile

const VkVideoProfileInfoKHR* VkVideoSessionCreateInfoKHR::pVideoProfile

Definition at line 15186 of file vulkan.h.

◆ queueFamilyIndex

uint32_t VkVideoSessionCreateInfoKHR::queueFamilyIndex

Definition at line 15184 of file vulkan.h.

◆ referencePictureFormat

VkFormat VkVideoSessionCreateInfoKHR::referencePictureFormat

Definition at line 15189 of file vulkan.h.

◆ sType

VkStructureType VkVideoSessionCreateInfoKHR::sType

Definition at line 15182 of file vulkan.h.


The documentation for this struct was generated from the following file: