Class VkSamplerCubicWeightsCreateInfoQCOM

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

public class VkSamplerCubicWeightsCreateInfoQCOM extends org.lwjgl.system.Struct<VkSamplerCubicWeightsCreateInfoQCOM> implements org.lwjgl.system.NativeResource
Structure specifying sampler cubic weights.
Description

If the pNext chain of VkSamplerCreateInfo includes a VkSamplerCubicWeightsCreateInfoQCOM structure, then that structure specifies which cubic weights are used.

If that structure is not present, cubicWeights is considered to be CUBIC_FILTER_WEIGHTS_CATMULL_ROM_QCOM.

Valid Usage (Implicit)

Layout


 struct VkSamplerCubicWeightsCreateInfoQCOM {
     VkStructureType sType();
     void const * pNext();
     VkCubicFilterWeightsQCOM cubicWeights();
 }