MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ UVProjectionMode

enum class MayaFlux::Buffers::UVProjectionMode : uint8_t
strong

Projection mode encoded in push constants for uv_field.comp.

Enumerator
CARTESIAN 

Backing type matches push constant uint in uv_field.comp.

CYLINDRICAL 
SPHERICAL 
AXIAL_BLEND 

Definition at line 14 of file UVFieldProcessor.hpp.

14 : uint8_t { ///< Backing type matches push constant uint in uv_field.comp
15 CARTESIAN = 0,
16 CYLINDRICAL = 1,
17 SPHERICAL = 2,
18 AXIAL_BLEND = 3
19};
@ CARTESIAN
Backing type matches push constant uint in uv_field.comp.