Class VkBlitImageCubicWeightsInfoQCOM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkBlitImageCubicWeightsInfoQCOM extends Struct<VkBlitImageCubicWeightsInfoQCOM> implements NativeResource
struct VkBlitImageCubicWeightsInfoQCOM {
    VkStructureType sType;
    void const * pNext;
    VkCubicFilterWeightsQCOM cubicWeights;
}