Class VkVideoEncodeQuantizationMapInfoKHR

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

public class VkVideoEncodeQuantizationMapInfoKHR extends org.lwjgl.system.Struct<VkVideoEncodeQuantizationMapInfoKHR> implements org.lwjgl.system.NativeResource
Structure specifying quantization map information to use for video encode operations.
Valid Usage
  • quantizationMapExtent.width must be less than or equal to the width of quantizationMap
  • quantizationMapExtent.height must be less than or equal to the height of quantizationMap
Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkVideoEncodeQuantizationMapInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkImageView quantizationMap();
     VkExtent2D quantizationMapExtent();
 }