Class VkDataGraphPipelineOpticalFlowCreateInfoARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDataGraphPipelineOpticalFlowCreateInfoARM extends Struct<VkDataGraphPipelineOpticalFlowCreateInfoARM> implements NativeResource
struct VkDataGraphPipelineOpticalFlowCreateInfoARM {
    VkStructureType sType;
    void * pNext;
    uint32_t width;
    uint32_t height;
    VkFormat imageFormat;
    VkFormat flowVectorFormat;
    VkFormat costFormat;
    VkDataGraphOpticalFlowGridSizeFlagsARM outputGridSize;
    VkDataGraphOpticalFlowGridSizeFlagsARM hintGridSize;
    VkDataGraphOpticalFlowPerformanceLevelARM performanceLevel;
    VkDataGraphOpticalFlowCreateFlagsARM flags;
}