Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TVkOpticalFlowSessionCreateInfoNV

Declaration

Source position: vulkanlib.pas line 19281

type TVkOpticalFlowSessionCreateInfoNV = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  width: TVkUInt32;

  

  height: TVkUInt32;

  

  imageFormat: TVkFormat;

  

  flowVectorFormat: TVkFormat;

  

  costFormat: TVkFormat;

  

  outputGridSize: TVkOpticalFlowGridSizeFlagsNV;

  

  hintGridSize: TVkOpticalFlowGridSizeFlagsNV;

  

  performanceLevel: TVkOpticalFlowPerformanceLevelNV;

  

  flags: TVkOpticalFlowSessionCreateFlagsNV;

  

end;



CT Web help

CodeTyphon Studio