Structures
VkBlitImageCubicWeightsInfoQCOM
Structure specifying image blit cubic weight info
The VkBlitImageCubicWeightsInfoQCOM
structure is defined as:
typedef struct VkBlitImageCubicWeightsInfoQCOM {
VkStructureType sType;
const void* pNext;
VkCubicFilterWeightsQCOM cubicWeights;
} VkBlitImageCubicWeightsInfoQCOM;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.cubicWeights
is a VkCubicFilterWeightsQCOM value controlling cubic filter weights for the blit.
Valid Usage (Implicit)
VUID-VkBlitImageCubicWeightsInfoQCOM-sType-sType
sType
must be VK_STRUCTURE_TYPE_BLIT_IMAGE_CUBIC_WEIGHTS_INFO_QCOM
VUID-VkBlitImageCubicWeightsInfoQCOM-cubicWeights-parameter
cubicWeights
must be a valid VkCubicFilterWeightsQCOM value