Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkVideoEncodeH265RateControlLayerInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eVideoEncodeH265RateControlLayerInfoKHR |
const void * | pNext = {} |
vk::Bool32 | useMinQp = {} |
vk::VideoEncodeH265QpKHR | minQp = {} |
vk::Bool32 | useMaxQp = {} |
vk::VideoEncodeH265QpKHR | maxQp = {} |
vk::Bool32 | useMaxFrameSize = {} |
vk::VideoEncodeH265FrameSizeKHR | maxFrameSize = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eVideoEncodeH265RateControlLayerInfoKHR |
Definition at line 119570 of file vulkan_structs.hpp.
using vk::VideoEncodeH265RateControlLayerInfoKHR::NativeType = VkVideoEncodeH265RateControlLayerInfoKHR |
Definition at line 119572 of file vulkan_structs.hpp.
|
inline |
Definition at line 119578 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 119597 of file vulkan_structs.hpp.
|
inline |
Definition at line 119661 of file vulkan_structs.hpp.
|
inline |
Definition at line 119656 of file vulkan_structs.hpp.
|
inline |
Definition at line 119698 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 119605 of file vulkan_structs.hpp.
|
inline |
Definition at line 119688 of file vulkan_structs.hpp.
|
inline |
Definition at line 119649 of file vulkan_structs.hpp.
|
inline |
Definition at line 119636 of file vulkan_structs.hpp.
|
inline |
Definition at line 119624 of file vulkan_structs.hpp.
|
inline |
Definition at line 119612 of file vulkan_structs.hpp.
|
inline |
Definition at line 119642 of file vulkan_structs.hpp.
|
inline |
Definition at line 119630 of file vulkan_structs.hpp.
|
inline |
Definition at line 119618 of file vulkan_structs.hpp.
|
static |
Definition at line 119574 of file vulkan_structs.hpp.
vk::VideoEncodeH265FrameSizeKHR vk::VideoEncodeH265RateControlLayerInfoKHR::maxFrameSize = {} |
Definition at line 119712 of file vulkan_structs.hpp.
vk::VideoEncodeH265QpKHR vk::VideoEncodeH265RateControlLayerInfoKHR::maxQp = {} |
Definition at line 119710 of file vulkan_structs.hpp.
vk::VideoEncodeH265QpKHR vk::VideoEncodeH265RateControlLayerInfoKHR::minQp = {} |
Definition at line 119708 of file vulkan_structs.hpp.
const void* vk::VideoEncodeH265RateControlLayerInfoKHR::pNext = {} |
Definition at line 119706 of file vulkan_structs.hpp.
|
static |
Definition at line 119575 of file vulkan_structs.hpp.
vk::StructureType vk::VideoEncodeH265RateControlLayerInfoKHR::sType = StructureType::eVideoEncodeH265RateControlLayerInfoKHR |
Definition at line 119705 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH265RateControlLayerInfoKHR::useMaxFrameSize = {} |
Definition at line 119711 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH265RateControlLayerInfoKHR::useMaxQp = {} |
Definition at line 119709 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH265RateControlLayerInfoKHR::useMinQp = {} |
Definition at line 119707 of file vulkan_structs.hpp.