Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkVideoEncodeH264RateControlLayerInfoKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eVideoEncodeH264RateControlLayerInfoKHR |
const void * | pNext = {} |
vk::Bool32 | useMinQp = {} |
vk::VideoEncodeH264QpKHR | minQp = {} |
vk::Bool32 | useMaxQp = {} |
vk::VideoEncodeH264QpKHR | maxQp = {} |
vk::Bool32 | useMaxFrameSize = {} |
vk::VideoEncodeH264FrameSizeKHR | maxFrameSize = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eVideoEncodeH264RateControlLayerInfoKHR |
Definition at line 117558 of file vulkan_structs.hpp.
using vk::VideoEncodeH264RateControlLayerInfoKHR::NativeType = VkVideoEncodeH264RateControlLayerInfoKHR |
Definition at line 117560 of file vulkan_structs.hpp.
|
inline |
Definition at line 117566 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 117585 of file vulkan_structs.hpp.
|
inline |
Definition at line 117649 of file vulkan_structs.hpp.
|
inline |
Definition at line 117644 of file vulkan_structs.hpp.
|
inline |
Definition at line 117686 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 117593 of file vulkan_structs.hpp.
|
inline |
Definition at line 117676 of file vulkan_structs.hpp.
|
inline |
Definition at line 117637 of file vulkan_structs.hpp.
|
inline |
Definition at line 117624 of file vulkan_structs.hpp.
|
inline |
Definition at line 117612 of file vulkan_structs.hpp.
|
inline |
Definition at line 117600 of file vulkan_structs.hpp.
|
inline |
Definition at line 117630 of file vulkan_structs.hpp.
|
inline |
Definition at line 117618 of file vulkan_structs.hpp.
|
inline |
Definition at line 117606 of file vulkan_structs.hpp.
|
static |
Definition at line 117562 of file vulkan_structs.hpp.
vk::VideoEncodeH264FrameSizeKHR vk::VideoEncodeH264RateControlLayerInfoKHR::maxFrameSize = {} |
Definition at line 117700 of file vulkan_structs.hpp.
vk::VideoEncodeH264QpKHR vk::VideoEncodeH264RateControlLayerInfoKHR::maxQp = {} |
Definition at line 117698 of file vulkan_structs.hpp.
vk::VideoEncodeH264QpKHR vk::VideoEncodeH264RateControlLayerInfoKHR::minQp = {} |
Definition at line 117696 of file vulkan_structs.hpp.
const void* vk::VideoEncodeH264RateControlLayerInfoKHR::pNext = {} |
Definition at line 117694 of file vulkan_structs.hpp.
|
static |
Definition at line 117563 of file vulkan_structs.hpp.
vk::StructureType vk::VideoEncodeH264RateControlLayerInfoKHR::sType = StructureType::eVideoEncodeH264RateControlLayerInfoKHR |
Definition at line 117693 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH264RateControlLayerInfoKHR::useMaxFrameSize = {} |
Definition at line 117699 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH264RateControlLayerInfoKHR::useMaxQp = {} |
Definition at line 117697 of file vulkan_structs.hpp.
vk::Bool32 vk::VideoEncodeH264RateControlLayerInfoKHR::useMinQp = {} |
Definition at line 117695 of file vulkan_structs.hpp.