Class VkSamplerCubicWeightsCreateInfoQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSamplerCubicWeightsCreateInfoQCOM extends Struct<VkSamplerCubicWeightsCreateInfoQCOM> implements NativeResource

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