Skip to main content

Module floating

Module floating 

Source
Expand description

Floating quantities — screen-space data not attached to any structure.

Floating quantities include images (scalar, color, depth-composited) that are displayed in the UI as standalone visualizations.

Structs§

FloatingColorImage
A floating color image quantity (not attached to any structure).
FloatingColorRenderImage
A color render image (colored geometry from an external renderer).
FloatingDepthRenderImage
A depth render image (geometry from an external renderer).
FloatingRawColorImage
A raw color render image (direct display, no shading).
FloatingScalarImage
A floating scalar image quantity (not attached to any structure).

Enums§

ImageOrigin
Image origin convention.