Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkVideoSessionCreateInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eVideoSessionCreateInfoKHR |
const void * | pNext = {} |
uint32_t | queueFamilyIndex = {} |
vk::VideoSessionCreateFlagsKHR | flags = {} |
const vk::VideoProfileInfoKHR * | pVideoProfile = {} |
vk::Format | pictureFormat = vk::Format::eUndefined |
vk::Extent2D | maxCodedExtent = {} |
vk::Format | referencePictureFormat = vk::Format::eUndefined |
uint32_t | maxDpbSlots = {} |
uint32_t | maxActiveReferencePictures = {} |
const vk::ExtensionProperties * | pStdHeaderVersion = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eVideoSessionCreateInfoKHR |
Definition at line 121876 of file vulkan_structs.hpp.
Definition at line 121878 of file vulkan_structs.hpp.
|
inline |
Definition at line 121884 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 121909 of file vulkan_structs.hpp.
|
inline |
Definition at line 121991 of file vulkan_structs.hpp.
|
inline |
Definition at line 121986 of file vulkan_structs.hpp.
|
inline |
Definition at line 122043 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 121917 of file vulkan_structs.hpp.
|
inline |
Definition at line 122031 of file vulkan_structs.hpp.
|
inline |
Definition at line 121936 of file vulkan_structs.hpp.
|
inline |
Definition at line 121972 of file vulkan_structs.hpp.
|
inline |
Definition at line 121954 of file vulkan_structs.hpp.
|
inline |
Definition at line 121966 of file vulkan_structs.hpp.
|
inline |
Definition at line 121948 of file vulkan_structs.hpp.
|
inline |
Definition at line 121924 of file vulkan_structs.hpp.
|
inline |
Definition at line 121979 of file vulkan_structs.hpp.
|
inline |
Definition at line 121942 of file vulkan_structs.hpp.
|
inline |
Definition at line 121930 of file vulkan_structs.hpp.
|
inline |
Definition at line 121960 of file vulkan_structs.hpp.
|
static |
Definition at line 121880 of file vulkan_structs.hpp.
vk::VideoSessionCreateFlagsKHR vk::VideoSessionCreateInfoKHR::flags = {} |
Definition at line 122053 of file vulkan_structs.hpp.
uint32_t vk::VideoSessionCreateInfoKHR::maxActiveReferencePictures = {} |
Definition at line 122059 of file vulkan_structs.hpp.
vk::Extent2D vk::VideoSessionCreateInfoKHR::maxCodedExtent = {} |
Definition at line 122056 of file vulkan_structs.hpp.
uint32_t vk::VideoSessionCreateInfoKHR::maxDpbSlots = {} |
Definition at line 122058 of file vulkan_structs.hpp.
vk::Format vk::VideoSessionCreateInfoKHR::pictureFormat = vk::Format::eUndefined |
Definition at line 122055 of file vulkan_structs.hpp.
const void* vk::VideoSessionCreateInfoKHR::pNext = {} |
Definition at line 122051 of file vulkan_structs.hpp.
const vk::ExtensionProperties* vk::VideoSessionCreateInfoKHR::pStdHeaderVersion = {} |
Definition at line 122060 of file vulkan_structs.hpp.
const vk::VideoProfileInfoKHR* vk::VideoSessionCreateInfoKHR::pVideoProfile = {} |
Definition at line 122054 of file vulkan_structs.hpp.
uint32_t vk::VideoSessionCreateInfoKHR::queueFamilyIndex = {} |
Definition at line 122052 of file vulkan_structs.hpp.
vk::Format vk::VideoSessionCreateInfoKHR::referencePictureFormat = vk::Format::eUndefined |
Definition at line 122057 of file vulkan_structs.hpp.
|
static |
Definition at line 121881 of file vulkan_structs.hpp.
vk::StructureType vk::VideoSessionCreateInfoKHR::sType = StructureType::eVideoSessionCreateInfoKHR |
Definition at line 122050 of file vulkan_structs.hpp.