#include <ShColor.hpp>
Inheritance diagram for SH::ShColor< N, Binding, T, Swizzled >:
Public Types | |
typedef T | ValueType |
typedef ShColor< N, SH_INPUT, T > | InputType |
typedef ShColor< N, SH_OUTPUT, T > | OutputType |
typedef ShColor< N, SH_INOUT, T > | InOutType |
typedef ShColor< N, SH_TEMP, T > | TempType |
typedef ShColor< N, SH_CONST, T > | ConstType |
Public Member Functions | |
ShColor (const ShGeneric< N, T > &other) | |
ShColor (const ShColor< N, Binding, T, Swizzled > &other) | |
ShColor (const ShVariableNodePtr &node, const ShSwizzle &swizzle, bool neg) | |
ShColor (T data[N]) | |
ShColor & | operator= (const ShGeneric< N, T > &other) |
ShColor & | operator= (const ShColor< N, Binding, T, Swizzled > &other) |
ShColor & | operator= (const ShProgram &prg) |
ShColor & | operator+= (const ShGeneric< N, T > &right) |
ShColor & | operator-= (const ShGeneric< N, T > &right) |
ShColor & | operator *= (const ShGeneric< N, T > &right) |
ShColor & | operator/= (const ShGeneric< N, T > &right) |
ShColor & | operator%= (const ShGeneric< N, T > &right) |
ShColor & | operator *= (T) |
ShColor & | operator/= (T) |
ShColor & | operator%= (T) |
ShColor & | operator+= (T) |
ShColor & | operator-= (T) |
ShColor & | operator+= (const ShGeneric< 1, T > &) |
ShColor & | operator-= (const ShGeneric< 1, T > &) |
ShColor & | operator *= (const ShGeneric< 1, T > &) |
ShColor & | operator/= (const ShGeneric< 1, T > &) |
ShColor & | operator%= (const ShGeneric< 1, T > &) |
ShColor< 1, Binding, T, true > | operator() (int) const |
ShColor< 2, Binding, T, true > | operator() (int, int) const |
ShColor< 3, Binding, T, true > | operator() (int, int, int) const |
ShColor< 4, Binding, T, true > | operator() (int, int, int, int) const |
ShColor< 1, Binding, T, true > | operator[] (int) const |
template<int N2> ShColor< N2, Binding, T, true > | swiz (int indices[]) const |
ShColor | operator- () const |
Static Public Attributes | |
const int | typesize |
const ShBindingType | binding_type |
const ShSemanticType | semantic_type |
Definition at line 45 of file ShColor.hpp.