Searched defs:ShaderValue (Results 1 – 3 of 3) sorted by relevance
366 struct ShaderValue struct368 ShaderValue (DataType type_, float rangeMin_, float rangeMax_) in ShaderValue() function375 ShaderValue (void) in ShaderValue() argument382 DataType type;383 float rangeMin;384 float rangeMax;
502 struct ShaderValue struct504 ShaderValue (DataType type_, const float rangeMin_, const float rangeMax_) in ShaderValue() argument511 ShaderValue (void) in ShaderValue() argument518 DataType type;519 float rangeMin;520 float rangeMax;
619 struct ShaderValue struct621 ShaderValue (DataType type_, const FloatScalar& rangeMin_, const FloatScalar& rangeMax_) in ShaderValue() function628 ShaderValue (void) in ShaderValue() function635 DataType type;636 FloatScalar rangeMin;637 FloatScalar rangeMax;