Function: validateDepthReprojectionGrid()#

validateDepthReprojectionGrid(reprojectionGridCols, reprojectionGridRows): GridValidationResult

Validates depth reprojection mesh grid pair without creating a session. If either value is undefined, use factor mode (default behavior). Otherwise, values must both be integers >= 2 (explicit mode). These are vertex-grid counts (columns/rows of vertices), not cell counts.

Parameters#

reprojectionGridCols#

number | undefined

reprojectionGridRows#

number | undefined

Returns#

GridValidationResult