Source position: vulkanlib.pas line 20096
type TVkPhysicalDeviceOpticalFlowPropertiesNV = record |
||
sType: TVkStructureType; |
|
|
pNext: PVkVoid; |
|
|
supportedOutputGridSizes: TVkOpticalFlowGridSizeFlagsNV; |
|
|
supportedHintGridSizes: TVkOpticalFlowGridSizeFlagsNV; |
|
|
hintSupported: TVkBool32; |
|
|
costSupported: TVkBool32; |
|
|
bidirectionalFlowSupported: TVkBool32; |
|
|
globalFlowSupported: TVkBool32; |
|
|
minWidth: TVkUInt32; |
|
|
minHeight: TVkUInt32; |
|
|
maxWidth: TVkUInt32; |
|
|
maxHeight: TVkUInt32; |
|
|
maxNumRegionsOfInterest: TVkUInt32; |
|
|
end; |
CT Web help |
CodeTyphon Studio |