Class VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR>
org.lwjgl.vulkan.VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR extends org.lwjgl.system.Struct<VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR> implements org.lwjgl.system.NativeResource
Structure describing the video encode profile and quality level to query properties for.
Valid Usage
Valid Usage (Implicit)
See Also

VkVideoProfileInfoKHR, GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR

Layout


 struct VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkVideoProfileInfoKHR const * pVideoProfile();
     uint32_t qualityLevel();
 }