Class VkImageViewSampleWeightCreateInfoQCOM

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

public class VkImageViewSampleWeightCreateInfoQCOM extends org.lwjgl.system.Struct<VkImageViewSampleWeightCreateInfoQCOM> implements org.lwjgl.system.NativeResource
Structure describing weight sampling parameters for image view.
Description

The filterCenter specifies the origin or center of the filter kernel, as described in Weight Sampling Operation. The numPhases describes the number of sub-pixel filter phases as described in Weight Sampling Phases.

Valid Usage
Valid Usage (Implicit)
See Also

VkExtent2D, VkOffset2D

Layout


 struct VkImageViewSampleWeightCreateInfoQCOM {
     VkStructureType sType();
     void const * pNext();
     VkOffset2D filterCenter();
     VkExtent2D filterSize();
     uint32_t numPhases();
 }