Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkBool32 | useMinQp |
VkVideoEncodeH264QpKHR | minQp |
VkBool32 | useMaxQp |
VkVideoEncodeH264QpKHR | maxQp |
VkBool32 | useMaxFrameSize |
VkVideoEncodeH264FrameSizeKHR | maxFrameSize |
Definition at line 8463 of file vulkan_core.h.
VkVideoEncodeH264FrameSizeKHR VkVideoEncodeH264RateControlLayerInfoKHR::maxFrameSize |
Definition at line 8471 of file vulkan_core.h.
VkVideoEncodeH264QpKHR VkVideoEncodeH264RateControlLayerInfoKHR::maxQp |
Definition at line 8469 of file vulkan_core.h.
VkVideoEncodeH264QpKHR VkVideoEncodeH264RateControlLayerInfoKHR::minQp |
Definition at line 8467 of file vulkan_core.h.
const void* VkVideoEncodeH264RateControlLayerInfoKHR::pNext |
Definition at line 8465 of file vulkan_core.h.
VkStructureType VkVideoEncodeH264RateControlLayerInfoKHR::sType |
Definition at line 8464 of file vulkan_core.h.
VkBool32 VkVideoEncodeH264RateControlLayerInfoKHR::useMaxFrameSize |
Definition at line 8470 of file vulkan_core.h.
VkBool32 VkVideoEncodeH264RateControlLayerInfoKHR::useMaxQp |
Definition at line 8468 of file vulkan_core.h.
VkBool32 VkVideoEncodeH264RateControlLayerInfoKHR::useMinQp |
Definition at line 8466 of file vulkan_core.h.