Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkVideoCapabilitiesKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eVideoCapabilitiesKHR |
void * | pNext = {} |
vk::VideoCapabilityFlagsKHR | flags = {} |
vk::DeviceSize | minBitstreamBufferOffsetAlignment = {} |
vk::DeviceSize | minBitstreamBufferSizeAlignment = {} |
vk::Extent2D | pictureAccessGranularity = {} |
vk::Extent2D | minCodedExtent = {} |
vk::Extent2D | maxCodedExtent = {} |
uint32_t | maxDpbSlots = {} |
uint32_t | maxActiveReferencePictures = {} |
vk::ExtensionProperties | stdHeaderVersion = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eVideoCapabilitiesKHR |
Definition at line 114094 of file vulkan_structs.hpp.
Definition at line 114096 of file vulkan_structs.hpp.
|
inline |
Definition at line 114102 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 114127 of file vulkan_structs.hpp.
|
inline |
Definition at line 114146 of file vulkan_structs.hpp.
|
inline |
Definition at line 114141 of file vulkan_structs.hpp.
|
inline |
Definition at line 114199 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 114135 of file vulkan_structs.hpp.
|
inline |
Definition at line 114186 of file vulkan_structs.hpp.
|
static |
Definition at line 114098 of file vulkan_structs.hpp.
vk::VideoCapabilityFlagsKHR vk::VideoCapabilitiesKHR::flags = {} |
Definition at line 114208 of file vulkan_structs.hpp.
uint32_t vk::VideoCapabilitiesKHR::maxActiveReferencePictures = {} |
Definition at line 114215 of file vulkan_structs.hpp.
vk::Extent2D vk::VideoCapabilitiesKHR::maxCodedExtent = {} |
Definition at line 114213 of file vulkan_structs.hpp.
uint32_t vk::VideoCapabilitiesKHR::maxDpbSlots = {} |
Definition at line 114214 of file vulkan_structs.hpp.
vk::DeviceSize vk::VideoCapabilitiesKHR::minBitstreamBufferOffsetAlignment = {} |
Definition at line 114209 of file vulkan_structs.hpp.
vk::DeviceSize vk::VideoCapabilitiesKHR::minBitstreamBufferSizeAlignment = {} |
Definition at line 114210 of file vulkan_structs.hpp.
vk::Extent2D vk::VideoCapabilitiesKHR::minCodedExtent = {} |
Definition at line 114212 of file vulkan_structs.hpp.
vk::Extent2D vk::VideoCapabilitiesKHR::pictureAccessGranularity = {} |
Definition at line 114211 of file vulkan_structs.hpp.
void* vk::VideoCapabilitiesKHR::pNext = {} |
Definition at line 114207 of file vulkan_structs.hpp.
vk::ExtensionProperties vk::VideoCapabilitiesKHR::stdHeaderVersion = {} |
Definition at line 114216 of file vulkan_structs.hpp.
|
static |
Definition at line 114099 of file vulkan_structs.hpp.
vk::StructureType vk::VideoCapabilitiesKHR::sType = StructureType::eVideoCapabilitiesKHR |
Definition at line 114206 of file vulkan_structs.hpp.