Class VkSamplerBlockMatchWindowCreateInfoQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerBlockMatchWindowCreateInfoQCOM extends Struct<VkSamplerBlockMatchWindowCreateInfoQCOM> implements NativeResource
struct VkSamplerBlockMatchWindowCreateInfoQCOM {
    VkStructureType sType;
    void const * pNext;
    VkExtent2D windowExtent;
    VkBlockMatchWindowCompareModeQCOM windowCompareMode;
}