Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
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 |
Definition at line 8189 of file vulkan_core.h.
VkVideoSessionCreateFlagsKHR VkVideoSessionCreateInfoKHR::flags |
Definition at line 8193 of file vulkan_core.h.
uint32_t VkVideoSessionCreateInfoKHR::maxActiveReferencePictures |
Definition at line 8199 of file vulkan_core.h.
VkExtent2D VkVideoSessionCreateInfoKHR::maxCodedExtent |
Definition at line 8196 of file vulkan_core.h.
uint32_t VkVideoSessionCreateInfoKHR::maxDpbSlots |
Definition at line 8198 of file vulkan_core.h.
VkFormat VkVideoSessionCreateInfoKHR::pictureFormat |
Definition at line 8195 of file vulkan_core.h.
const void* VkVideoSessionCreateInfoKHR::pNext |
Definition at line 8191 of file vulkan_core.h.
const VkExtensionProperties* VkVideoSessionCreateInfoKHR::pStdHeaderVersion |
Definition at line 8200 of file vulkan_core.h.
const VkVideoProfileInfoKHR* VkVideoSessionCreateInfoKHR::pVideoProfile |
Definition at line 8194 of file vulkan_core.h.
uint32_t VkVideoSessionCreateInfoKHR::queueFamilyIndex |
Definition at line 8192 of file vulkan_core.h.
VkFormat VkVideoSessionCreateInfoKHR::referencePictureFormat |
Definition at line 8197 of file vulkan_core.h.
VkStructureType VkVideoSessionCreateInfoKHR::sType |
Definition at line 8190 of file vulkan_core.h.