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;
pub struct BlitImageCubicWeightsInfoQCOM {
s_type: vk::StructureType,
p_next: *const c_void,
cubic_weights: vk::CubicFilterWeightsQCOM,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.cubicWeightsis 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