Class VkSamplerBlockMatchWindowCreateInfoQCOM

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

public class VkSamplerBlockMatchWindowCreateInfoQCOM extends org.lwjgl.system.Struct<VkSamplerBlockMatchWindowCreateInfoQCOM> implements org.lwjgl.system.NativeResource
Structure specifying the block match window parameters.
Valid Usage
Valid Usage (Implicit)
See Also

VkExtent2D

Layout


 struct VkSamplerBlockMatchWindowCreateInfoQCOM {
     VkStructureType sType();
     void const * pNext();
     VkExtent2D windowExtent();
     VkBlockMatchWindowCompareModeQCOM windowCompareMode();
 }