Structures
VkDataGraphOpticalFlowImageFormatInfoARM
Structure describing data graph optical flow image format info
The VkDataGraphOpticalFlowImageFormatInfoARM structure is defined as:
typedef struct VkDataGraphOpticalFlowImageFormatInfoARM {
VkStructureType sType;
const void* pNext;
VkDataGraphOpticalFlowImageUsageFlagsARM usage;
} VkDataGraphOpticalFlowImageFormatInfoARM;
pub struct DataGraphOpticalFlowImageFormatInfoARM {
s_type: vk::StructureType,
p_next: *const c_void,
usage: vk::DataGraphOpticalFlowImageUsageFlagsARM,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.usageis a bitmask of VkDataGraphOpticalFlowImageUsageFlagBitsARM describing the intended optical flow usage of the image.
Valid Usage (Implicit)
VUID-VkDataGraphOpticalFlowImageFormatInfoARM-sType-sType
sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_OPTICAL_FLOW_IMAGE_FORMAT_INFO_ARM
VUID-VkDataGraphOpticalFlowImageFormatInfoARM-usage-parameter
usage must be a valid combination of VkDataGraphOpticalFlowImageUsageFlagBitsARM values
VUID-VkDataGraphOpticalFlowImageFormatInfoARM-usage-requiredbitmask
usage must not be 0
Type
Structures