Class VkSamplerBlockMatchWindowCreateInfoQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerBlockMatchWindowCreateInfoQCOM extends Struct<VkSamplerBlockMatchWindowCreateInfoQCOM> implements NativeResource

 struct VkSamplerBlockMatchWindowCreateInfoQCOM {
     VkStructureType sType;
     void const * pNext;
     {@link VkExtent2D VkExtent2D} windowExtent;
     VkBlockMatchWindowCompareModeQCOM windowCompareMode;
 }