Class VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR

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

public class VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying quantization map texel size for video session parameters.
Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkExtent2D quantizationMapTexelSize();
 }