Class VkPhysicalDeviceImageProcessing2PropertiesQCOM

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

public class VkPhysicalDeviceImageProcessing2PropertiesQCOM extends org.lwjgl.system.Struct<VkPhysicalDeviceImageProcessing2PropertiesQCOM> implements org.lwjgl.system.NativeResource
Structure containing image processing2 properties.
Description

If the VkPhysicalDeviceImageProcessing2PropertiesQCOM structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

These are properties of the image processing2 information of a physical device.

Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkPhysicalDeviceImageProcessing2PropertiesQCOM {
     VkStructureType sType();
     void * pNext();
     VkExtent2D maxBlockMatchWindow();
 }