Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkVideoEncodeCapabilitiesKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eVideoEncodeCapabilitiesKHR |
void * | pNext = {} |
vk::VideoEncodeCapabilityFlagsKHR | flags = {} |
vk::VideoEncodeRateControlModeFlagsKHR | rateControlModes = {} |
uint32_t | maxRateControlLayers = {} |
uint64_t | maxBitrate = {} |
uint32_t | maxQualityLevels = {} |
vk::Extent2D | encodeInputPictureGranularity = {} |
vk::VideoEncodeFeedbackFlagsKHR | supportedEncodeFeedbackFlags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eVideoEncodeCapabilitiesKHR |
Definition at line 116203 of file vulkan_structs.hpp.
Definition at line 116205 of file vulkan_structs.hpp.
|
inline |
Definition at line 116211 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 116232 of file vulkan_structs.hpp.
|
inline |
Definition at line 116251 of file vulkan_structs.hpp.
|
inline |
Definition at line 116246 of file vulkan_structs.hpp.
|
inline |
Definition at line 116298 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 116240 of file vulkan_structs.hpp.
|
inline |
Definition at line 116287 of file vulkan_structs.hpp.
|
static |
Definition at line 116207 of file vulkan_structs.hpp.
vk::Extent2D vk::VideoEncodeCapabilitiesKHR::encodeInputPictureGranularity = {} |
Definition at line 116312 of file vulkan_structs.hpp.
vk::VideoEncodeCapabilityFlagsKHR vk::VideoEncodeCapabilitiesKHR::flags = {} |
Definition at line 116307 of file vulkan_structs.hpp.
uint64_t vk::VideoEncodeCapabilitiesKHR::maxBitrate = {} |
Definition at line 116310 of file vulkan_structs.hpp.
uint32_t vk::VideoEncodeCapabilitiesKHR::maxQualityLevels = {} |
Definition at line 116311 of file vulkan_structs.hpp.
uint32_t vk::VideoEncodeCapabilitiesKHR::maxRateControlLayers = {} |
Definition at line 116309 of file vulkan_structs.hpp.
void* vk::VideoEncodeCapabilitiesKHR::pNext = {} |
Definition at line 116306 of file vulkan_structs.hpp.
vk::VideoEncodeRateControlModeFlagsKHR vk::VideoEncodeCapabilitiesKHR::rateControlModes = {} |
Definition at line 116308 of file vulkan_structs.hpp.
|
static |
Definition at line 116208 of file vulkan_structs.hpp.
vk::StructureType vk::VideoEncodeCapabilitiesKHR::sType = StructureType::eVideoEncodeCapabilitiesKHR |
Definition at line 116305 of file vulkan_structs.hpp.
vk::VideoEncodeFeedbackFlagsKHR vk::VideoEncodeCapabilitiesKHR::supportedEncodeFeedbackFlags = {} |
Definition at line 116313 of file vulkan_structs.hpp.