Class VkVideoFormatH265QuantizationMapPropertiesKHR

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

public class VkVideoFormatH265QuantizationMapPropertiesKHR extends org.lwjgl.system.Struct<VkVideoFormatH265QuantizationMapPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing H.265 quantization map properties.
Description

The values returned in this structure are only defined if the allowed image usage flags returned in VkVideoFormatPropertiesKHR::imageUsageFlags for this video format include IMAGE_USAGE_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR or IMAGE_USAGE_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR.

Valid Usage (Implicit)

Layout


 struct VkVideoFormatH265QuantizationMapPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     VkVideoEncodeH265CtbSizeFlagsKHR compatibleCtbSizes();
 }