Class VkPhysicalDeviceImageProcessingPropertiesQCOM

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

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

If the VkPhysicalDeviceImageProcessingPropertiesQCOM 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 processing information of a physical device.

Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkPhysicalDeviceImageProcessingPropertiesQCOM {
     VkStructureType sType();
     void * pNext();
     uint32_t maxWeightFilterPhases();
     VkExtent2D maxWeightFilterDimension();
     VkExtent2D maxBlockMatchRegion();
     VkExtent2D maxBoxFilterBlockSize();
 }