Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkVideoEncodeRateControlFlagsKHR | flags |
VkVideoEncodeRateControlModeFlagBitsKHR | rateControlMode |
uint32_t | layerCount |
const VkVideoEncodeRateControlLayerInfoKHR * | pLayers |
uint32_t | virtualBufferSizeInMs |
uint32_t | initialVirtualBufferSizeInMs |
Definition at line 10609 of file vulkan_core.h.
VkVideoEncodeRateControlFlagsKHR VkVideoEncodeRateControlInfoKHR::flags |
Definition at line 10612 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::initialVirtualBufferSizeInMs |
Definition at line 10617 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::layerCount |
Definition at line 10614 of file vulkan_core.h.
const VkVideoEncodeRateControlLayerInfoKHR* VkVideoEncodeRateControlInfoKHR::pLayers |
Definition at line 10615 of file vulkan_core.h.
const void* VkVideoEncodeRateControlInfoKHR::pNext |
Definition at line 10611 of file vulkan_core.h.
VkVideoEncodeRateControlModeFlagBitsKHR VkVideoEncodeRateControlInfoKHR::rateControlMode |
Definition at line 10613 of file vulkan_core.h.
VkStructureType VkVideoEncodeRateControlInfoKHR::sType |
Definition at line 10610 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::virtualBufferSizeInMs |
Definition at line 10616 of file vulkan_core.h.