Class VkPhysicalDeviceImageProcessingFeaturesQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceImageProcessingFeaturesQCOM extends Struct<VkPhysicalDeviceImageProcessingFeaturesQCOM> implements NativeResource

 struct VkPhysicalDeviceImageProcessingFeaturesQCOM {
     VkStructureType sType;
     void * pNext;
     VkBool32 textureSampleWeighted;
     VkBool32 textureBoxFilter;
     VkBool32 textureBlockMatch;
 }