Class VkPhysicalDeviceImageProcessing3FeaturesQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceImageProcessing3FeaturesQCOM extends Struct<VkPhysicalDeviceImageProcessing3FeaturesQCOM> implements NativeResource
struct VkPhysicalDeviceImageProcessing3FeaturesQCOM {
    VkStructureType sType;
    void * pNext;
    VkBool32 imageGatherLinear;
    VkBool32 imageGatherExtendedModes;
    VkBool32 blockMatchExtendedClampToEdge;
}