Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkBool32 | useMinQp |
VkVideoEncodeH265QpKHR | minQp |
VkBool32 | useMaxQp |
VkVideoEncodeH265QpKHR | maxQp |
VkBool32 | useMaxFrameSize |
VkVideoEncodeH265FrameSizeKHR | maxFrameSize |
Definition at line 8688 of file vulkan_core.h.
VkVideoEncodeH265FrameSizeKHR VkVideoEncodeH265RateControlLayerInfoKHR::maxFrameSize |
Definition at line 8696 of file vulkan_core.h.
VkVideoEncodeH265QpKHR VkVideoEncodeH265RateControlLayerInfoKHR::maxQp |
Definition at line 8694 of file vulkan_core.h.
VkVideoEncodeH265QpKHR VkVideoEncodeH265RateControlLayerInfoKHR::minQp |
Definition at line 8692 of file vulkan_core.h.
const void* VkVideoEncodeH265RateControlLayerInfoKHR::pNext |
Definition at line 8690 of file vulkan_core.h.
VkStructureType VkVideoEncodeH265RateControlLayerInfoKHR::sType |
Definition at line 8689 of file vulkan_core.h.
VkBool32 VkVideoEncodeH265RateControlLayerInfoKHR::useMaxFrameSize |
Definition at line 8695 of file vulkan_core.h.
VkBool32 VkVideoEncodeH265RateControlLayerInfoKHR::useMaxQp |
Definition at line 8693 of file vulkan_core.h.
VkBool32 VkVideoEncodeH265RateControlLayerInfoKHR::useMinQp |
Definition at line 8691 of file vulkan_core.h.