Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkVideoEncodeRateControlFlagsKHR | flags |
VkVideoEncodeRateControlModeFlagBitsKHR | rateControlMode |
uint32_t | layerCount |
const VkVideoEncodeRateControlLayerInfoKHR * | pLayers |
uint32_t | virtualBufferSizeInMs |
uint32_t | initialVirtualBufferSizeInMs |
Definition at line 10793 of file vulkan_core.h.
VkVideoEncodeRateControlFlagsKHR VkVideoEncodeRateControlInfoKHR::flags |
Definition at line 10796 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::initialVirtualBufferSizeInMs |
Definition at line 10801 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::layerCount |
Definition at line 10798 of file vulkan_core.h.
const VkVideoEncodeRateControlLayerInfoKHR* VkVideoEncodeRateControlInfoKHR::pLayers |
Definition at line 10799 of file vulkan_core.h.
const void* VkVideoEncodeRateControlInfoKHR::pNext |
Definition at line 10795 of file vulkan_core.h.
VkVideoEncodeRateControlModeFlagBitsKHR VkVideoEncodeRateControlInfoKHR::rateControlMode |
Definition at line 10797 of file vulkan_core.h.
VkStructureType VkVideoEncodeRateControlInfoKHR::sType |
Definition at line 10794 of file vulkan_core.h.
uint32_t VkVideoEncodeRateControlInfoKHR::virtualBufferSizeInMs |
Definition at line 10800 of file vulkan_core.h.