|
| __declspec (property(get=get_x, put=set_x)) unorm x |
| Property for accessing element 0 of this unorm_4 as a unorm. More...
|
|
| __declspec (property(get=get_x, put=set_x)) unorm r |
| Property for accessing element 0 of this unorm_4 as a unorm. More...
|
|
unorm | get_x () const __GPU |
| Returns element 0 of this unorm_4. More...
|
|
unorm & | ref_x () __GPU |
| Returns reference to element 0 of this unorm_4. More...
|
|
unorm & | ref_r () __GPU |
| Returns reference to element 0 of this unorm_4. More...
|
|
void | set_x (unorm _Value) __GPU |
| Set element 0 of this unorm_4 with a unorm. More...
|
|
| __declspec (property(get=get_y, put=set_y)) unorm y |
| Property for accessing element 1 of this unorm_4 as a unorm. More...
|
|
| __declspec (property(get=get_y, put=set_y)) unorm g |
| Property for accessing element 1 of this unorm_4 as a unorm. More...
|
|
unorm | get_y () const __GPU |
| Returns element 1 of this unorm_4. More...
|
|
unorm & | ref_y () __GPU |
| Returns reference to element 1 of this unorm_4. More...
|
|
unorm & | ref_g () __GPU |
| Returns reference to element 1 of this unorm_4. More...
|
|
void | set_y (unorm _Value) __GPU |
| Set element 1 of this unorm_4 with a unorm. More...
|
|
| __declspec (property(get=get_z, put=set_z)) unorm z |
| Property for accessing element 2 of this unorm_4 as a unorm. More...
|
|
| __declspec (property(get=get_z, put=set_z)) unorm b |
| Property for accessing element 2 of this unorm_4 as a unorm. More...
|
|
unorm | get_z () const __GPU |
| Returns element 2 of this unorm_4. More...
|
|
unorm & | ref_z () __GPU |
| Returns reference to element 2 of this unorm_4. More...
|
|
unorm & | ref_b () __GPU |
| Returns reference to element 2 of this unorm_4. More...
|
|
void | set_z (unorm _Value) __GPU |
| Set element 2 of this unorm_4 with a unorm. More...
|
|
| __declspec (property(get=get_w, put=set_w)) unorm w |
| Property for accessing element 3 of this unorm_4 as a unorm. More...
|
|
| __declspec (property(get=get_w, put=set_w)) unorm a |
| Property for accessing element 3 of this unorm_4 as a unorm. More...
|
|
unorm | get_w () const __GPU |
| Returns element 3 of this unorm_4. More...
|
|
unorm & | ref_w () __GPU |
| Returns reference to element 3 of this unorm_4. More...
|
|
unorm & | ref_a () __GPU |
| Returns reference to element 3 of this unorm_4. More...
|
|
void | set_w (unorm _Value) __GPU |
| Set element 3 of this unorm_4 with a unorm. More...
|
|
| unorm_4 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| unorm_4 (unorm _V0, unorm _V1, unorm _V2, unorm _V3) __GPU |
| Constructor. More...
|
|
| unorm_4 (float _V0, float _V1, float _V2, float _V3) __GPU |
| Constructor. More...
|
|
| unorm_4 (unorm _V) __GPU |
| Constructor. More...
|
|
| unorm_4 (float _V) __GPU |
|
| unorm_4 (const unorm_4 &_Other) __GPU |
| Copy constructor. More...
|
|
unorm_4 & | operator= (const unorm_4 &_Other) __GPU |
|
| unorm_4 (const uint_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| unorm_4 (const int_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| unorm_4 (const float_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| unorm_4 (const norm_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| unorm_4 (const double_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
unorm_4 & | operator++ () __GPU |
|
unorm_4 | operator++ (int) __GPU |
|
unorm_4 & | operator-- () __GPU |
|
unorm_4 | operator-- (int) __GPU |
|
unorm_4 & | operator+= (const unorm_4 &_Other) __GPU |
|
unorm_4 & | operator-= (const unorm_4 &_Other) __GPU |
|
unorm_4 & | operator*= (const unorm_4 &_Other) __GPU |
|
unorm_4 & | operator/= (const unorm_4 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) unorm_2 xy |
| Property for accessing element 0, and 1 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_xy, put=set_xy)) unorm_2 rg |
| Property for accessing element 0, and 1 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_xy () const __GPU |
| Returns a unorm_2 that is composed of element 0, and element 1 of this unorm_4. More...
|
|
void | set_xy (const unorm_2 &_Value) __GPU |
| Set element 0, and 1 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) unorm_2 xz |
| Property for accessing element 0, and 2 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) unorm_2 rb |
| Property for accessing element 0, and 2 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_xz () const __GPU |
| Returns a unorm_2 that is composed of element 0, and element 2 of this unorm_4. More...
|
|
void | set_xz (const unorm_2 &_Value) __GPU |
| Set element 0, and 2 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) unorm_2 xw |
| Property for accessing element 0, and 3 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) unorm_2 ra |
| Property for accessing element 0, and 3 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_xw () const __GPU |
| Returns a unorm_2 that is composed of element 0, and element 3 of this unorm_4. More...
|
|
void | set_xw (const unorm_2 &_Value) __GPU |
| Set element 0, and 3 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) unorm_2 yx |
| Property for accessing element 1, and 0 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) unorm_2 gr |
| Property for accessing element 1, and 0 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_yx () const __GPU |
| Returns a unorm_2 that is composed of element 1, and element 0 of this unorm_4. More...
|
|
void | set_yx (const unorm_2 &_Value) __GPU |
| Set element 1, and 0 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) unorm_2 yz |
| Property for accessing element 1, and 2 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) unorm_2 gb |
| Property for accessing element 1, and 2 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_yz () const __GPU |
| Returns a unorm_2 that is composed of element 1, and element 2 of this unorm_4. More...
|
|
void | set_yz (const unorm_2 &_Value) __GPU |
| Set element 1, and 2 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) unorm_2 yw |
| Property for accessing element 1, and 3 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) unorm_2 ga |
| Property for accessing element 1, and 3 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_yw () const __GPU |
| Returns a unorm_2 that is composed of element 1, and element 3 of this unorm_4. More...
|
|
void | set_yw (const unorm_2 &_Value) __GPU |
| Set element 1, and 3 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) unorm_2 zx |
| Property for accessing element 2, and 0 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) unorm_2 br |
| Property for accessing element 2, and 0 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_zx () const __GPU |
| Returns a unorm_2 that is composed of element 2, and element 0 of this unorm_4. More...
|
|
void | set_zx (const unorm_2 &_Value) __GPU |
| Set element 2, and 0 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) unorm_2 zy |
| Property for accessing element 2, and 1 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) unorm_2 bg |
| Property for accessing element 2, and 1 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_zy () const __GPU |
| Returns a unorm_2 that is composed of element 2, and element 1 of this unorm_4. More...
|
|
void | set_zy (const unorm_2 &_Value) __GPU |
| Set element 2, and 1 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) unorm_2 zw |
| Property for accessing element 2, and 3 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) unorm_2 ba |
| Property for accessing element 2, and 3 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_zw () const __GPU |
| Returns a unorm_2 that is composed of element 2, and element 3 of this unorm_4. More...
|
|
void | set_zw (const unorm_2 &_Value) __GPU |
| Set element 2, and 3 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) unorm_2 wx |
| Property for accessing element 3, and 0 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) unorm_2 ar |
| Property for accessing element 3, and 0 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_wx () const __GPU |
| Returns a unorm_2 that is composed of element 3, and element 0 of this unorm_4. More...
|
|
void | set_wx (const unorm_2 &_Value) __GPU |
| Set element 3, and 0 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) unorm_2 wy |
| Property for accessing element 3, and 1 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) unorm_2 ag |
| Property for accessing element 3, and 1 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_wy () const __GPU |
| Returns a unorm_2 that is composed of element 3, and element 1 of this unorm_4. More...
|
|
void | set_wy (const unorm_2 &_Value) __GPU |
| Set element 3, and 1 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) unorm_2 wz |
| Property for accessing element 3, and 2 of this unorm_4 as a unorm_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) unorm_2 ab |
| Property for accessing element 3, and 2 of this unorm_4 as a unorm_2. More...
|
|
unorm_2 | get_wz () const __GPU |
| Returns a unorm_2 that is composed of element 3, and element 2 of this unorm_4. More...
|
|
void | set_wz (const unorm_2 &_Value) __GPU |
| Set element 3, and 2 of this unorm_4 with a unorm_2. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) unorm_3 xyz |
| Property for accessing element 0, 1, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) unorm_3 rgb |
| Property for accessing element 0, 1, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xyz () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 1, and element 2 of this unorm_4. More...
|
|
void | set_xyz (const unorm_3 &_Value) __GPU |
| Set element 0, 1, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) unorm_3 xyw |
| Property for accessing element 0, 1, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) unorm_3 rga |
| Property for accessing element 0, 1, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xyw () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 1, and element 3 of this unorm_4. More...
|
|
void | set_xyw (const unorm_3 &_Value) __GPU |
| Set element 0, 1, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) unorm_3 xzy |
| Property for accessing element 0, 2, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) unorm_3 rbg |
| Property for accessing element 0, 2, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xzy () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 2, and element 1 of this unorm_4. More...
|
|
void | set_xzy (const unorm_3 &_Value) __GPU |
| Set element 0, 2, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) unorm_3 xzw |
| Property for accessing element 0, 2, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) unorm_3 rba |
| Property for accessing element 0, 2, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xzw () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 2, and element 3 of this unorm_4. More...
|
|
void | set_xzw (const unorm_3 &_Value) __GPU |
| Set element 0, 2, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) unorm_3 xwy |
| Property for accessing element 0, 3, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) unorm_3 rag |
| Property for accessing element 0, 3, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xwy () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 3, and element 1 of this unorm_4. More...
|
|
void | set_xwy (const unorm_3 &_Value) __GPU |
| Set element 0, 3, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) unorm_3 xwz |
| Property for accessing element 0, 3, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) unorm_3 rab |
| Property for accessing element 0, 3, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_xwz () const __GPU |
| Returns a unorm_3 that is composed of element 0, element 3, and element 2 of this unorm_4. More...
|
|
void | set_xwz (const unorm_3 &_Value) __GPU |
| Set element 0, 3, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) unorm_3 yxz |
| Property for accessing element 1, 0, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) unorm_3 grb |
| Property for accessing element 1, 0, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_yxz () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 0, and element 2 of this unorm_4. More...
|
|
void | set_yxz (const unorm_3 &_Value) __GPU |
| Set element 1, 0, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) unorm_3 yxw |
| Property for accessing element 1, 0, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) unorm_3 gra |
| Property for accessing element 1, 0, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_yxw () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 0, and element 3 of this unorm_4. More...
|
|
void | set_yxw (const unorm_3 &_Value) __GPU |
| Set element 1, 0, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) unorm_3 yzx |
| Property for accessing element 1, 2, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) unorm_3 gbr |
| Property for accessing element 1, 2, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_yzx () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 2, and element 0 of this unorm_4. More...
|
|
void | set_yzx (const unorm_3 &_Value) __GPU |
| Set element 1, 2, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) unorm_3 yzw |
| Property for accessing element 1, 2, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) unorm_3 gba |
| Property for accessing element 1, 2, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_yzw () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 2, and element 3 of this unorm_4. More...
|
|
void | set_yzw (const unorm_3 &_Value) __GPU |
| Set element 1, 2, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) unorm_3 ywx |
| Property for accessing element 1, 3, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) unorm_3 gar |
| Property for accessing element 1, 3, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_ywx () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 3, and element 0 of this unorm_4. More...
|
|
void | set_ywx (const unorm_3 &_Value) __GPU |
| Set element 1, 3, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) unorm_3 ywz |
| Property for accessing element 1, 3, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) unorm_3 gab |
| Property for accessing element 1, 3, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_ywz () const __GPU |
| Returns a unorm_3 that is composed of element 1, element 3, and element 2 of this unorm_4. More...
|
|
void | set_ywz (const unorm_3 &_Value) __GPU |
| Set element 1, 3, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) unorm_3 zxy |
| Property for accessing element 2, 0, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) unorm_3 brg |
| Property for accessing element 2, 0, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zxy () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 0, and element 1 of this unorm_4. More...
|
|
void | set_zxy (const unorm_3 &_Value) __GPU |
| Set element 2, 0, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) unorm_3 zxw |
| Property for accessing element 2, 0, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) unorm_3 bra |
| Property for accessing element 2, 0, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zxw () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 0, and element 3 of this unorm_4. More...
|
|
void | set_zxw (const unorm_3 &_Value) __GPU |
| Set element 2, 0, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) unorm_3 zyx |
| Property for accessing element 2, 1, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) unorm_3 bgr |
| Property for accessing element 2, 1, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zyx () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 1, and element 0 of this unorm_4. More...
|
|
void | set_zyx (const unorm_3 &_Value) __GPU |
| Set element 2, 1, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) unorm_3 zyw |
| Property for accessing element 2, 1, and 3 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) unorm_3 bga |
| Property for accessing element 2, 1, and 3 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zyw () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 1, and element 3 of this unorm_4. More...
|
|
void | set_zyw (const unorm_3 &_Value) __GPU |
| Set element 2, 1, and 3 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) unorm_3 zwx |
| Property for accessing element 2, 3, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) unorm_3 bar |
| Property for accessing element 2, 3, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zwx () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 3, and element 0 of this unorm_4. More...
|
|
void | set_zwx (const unorm_3 &_Value) __GPU |
| Set element 2, 3, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) unorm_3 zwy |
| Property for accessing element 2, 3, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) unorm_3 bag |
| Property for accessing element 2, 3, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_zwy () const __GPU |
| Returns a unorm_3 that is composed of element 2, element 3, and element 1 of this unorm_4. More...
|
|
void | set_zwy (const unorm_3 &_Value) __GPU |
| Set element 2, 3, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) unorm_3 wxy |
| Property for accessing element 3, 0, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) unorm_3 arg |
| Property for accessing element 3, 0, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wxy () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 0, and element 1 of this unorm_4. More...
|
|
void | set_wxy (const unorm_3 &_Value) __GPU |
| Set element 3, 0, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) unorm_3 wxz |
| Property for accessing element 3, 0, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) unorm_3 arb |
| Property for accessing element 3, 0, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wxz () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 0, and element 2 of this unorm_4. More...
|
|
void | set_wxz (const unorm_3 &_Value) __GPU |
| Set element 3, 0, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) unorm_3 wyx |
| Property for accessing element 3, 1, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) unorm_3 agr |
| Property for accessing element 3, 1, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wyx () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 1, and element 0 of this unorm_4. More...
|
|
void | set_wyx (const unorm_3 &_Value) __GPU |
| Set element 3, 1, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) unorm_3 wyz |
| Property for accessing element 3, 1, and 2 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) unorm_3 agb |
| Property for accessing element 3, 1, and 2 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wyz () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 1, and element 2 of this unorm_4. More...
|
|
void | set_wyz (const unorm_3 &_Value) __GPU |
| Set element 3, 1, and 2 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) unorm_3 wzx |
| Property for accessing element 3, 2, and 0 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) unorm_3 abr |
| Property for accessing element 3, 2, and 0 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wzx () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 2, and element 0 of this unorm_4. More...
|
|
void | set_wzx (const unorm_3 &_Value) __GPU |
| Set element 3, 2, and 0 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) unorm_3 wzy |
| Property for accessing element 3, 2, and 1 of this unorm_4 as a unorm_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) unorm_3 abg |
| Property for accessing element 3, 2, and 1 of this unorm_4 as a unorm_3. More...
|
|
unorm_3 | get_wzy () const __GPU |
| Returns a unorm_3 that is composed of element 3, element 2, and element 1 of this unorm_4. More...
|
|
void | set_wzy (const unorm_3 &_Value) __GPU |
| Set element 3, 2, and 1 of this unorm_4 with a unorm_3. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) unorm_4 xyzw |
| Property for accessing element 0, 1, 2, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) unorm_4 rgba |
| Property for accessing element 0, 1, 2, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xyzw () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 1, element 2, and element 3 of this unorm_4. More...
|
|
void | set_xyzw (const unorm_4 &_Value) __GPU |
| Set element 0, 1, 2, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) unorm_4 xywz |
| Property for accessing element 0, 1, 3, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) unorm_4 rgab |
| Property for accessing element 0, 1, 3, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xywz () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 1, element 3, and element 2 of this unorm_4. More...
|
|
void | set_xywz (const unorm_4 &_Value) __GPU |
| Set element 0, 1, 3, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) unorm_4 xzyw |
| Property for accessing element 0, 2, 1, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) unorm_4 rbga |
| Property for accessing element 0, 2, 1, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xzyw () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 2, element 1, and element 3 of this unorm_4. More...
|
|
void | set_xzyw (const unorm_4 &_Value) __GPU |
| Set element 0, 2, 1, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) unorm_4 xzwy |
| Property for accessing element 0, 2, 3, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) unorm_4 rbag |
| Property for accessing element 0, 2, 3, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xzwy () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 2, element 3, and element 1 of this unorm_4. More...
|
|
void | set_xzwy (const unorm_4 &_Value) __GPU |
| Set element 0, 2, 3, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) unorm_4 xwyz |
| Property for accessing element 0, 3, 1, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) unorm_4 ragb |
| Property for accessing element 0, 3, 1, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xwyz () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 3, element 1, and element 2 of this unorm_4. More...
|
|
void | set_xwyz (const unorm_4 &_Value) __GPU |
| Set element 0, 3, 1, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) unorm_4 xwzy |
| Property for accessing element 0, 3, 2, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) unorm_4 rabg |
| Property for accessing element 0, 3, 2, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_xwzy () const __GPU |
| Returns a unorm_4 that is composed of element 0, element 3, element 2, and element 1 of this unorm_4. More...
|
|
void | set_xwzy (const unorm_4 &_Value) __GPU |
| Set element 0, 3, 2, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) unorm_4 yxzw |
| Property for accessing element 1, 0, 2, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) unorm_4 grba |
| Property for accessing element 1, 0, 2, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_yxzw () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 0, element 2, and element 3 of this unorm_4. More...
|
|
void | set_yxzw (const unorm_4 &_Value) __GPU |
| Set element 1, 0, 2, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) unorm_4 yxwz |
| Property for accessing element 1, 0, 3, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) unorm_4 grab |
| Property for accessing element 1, 0, 3, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_yxwz () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 0, element 3, and element 2 of this unorm_4. More...
|
|
void | set_yxwz (const unorm_4 &_Value) __GPU |
| Set element 1, 0, 3, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) unorm_4 yzxw |
| Property for accessing element 1, 2, 0, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) unorm_4 gbra |
| Property for accessing element 1, 2, 0, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_yzxw () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 2, element 0, and element 3 of this unorm_4. More...
|
|
void | set_yzxw (const unorm_4 &_Value) __GPU |
| Set element 1, 2, 0, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) unorm_4 yzwx |
| Property for accessing element 1, 2, 3, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) unorm_4 gbar |
| Property for accessing element 1, 2, 3, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_yzwx () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 2, element 3, and element 0 of this unorm_4. More...
|
|
void | set_yzwx (const unorm_4 &_Value) __GPU |
| Set element 1, 2, 3, and 0 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) unorm_4 ywxz |
| Property for accessing element 1, 3, 0, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) unorm_4 garb |
| Property for accessing element 1, 3, 0, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_ywxz () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 3, element 0, and element 2 of this unorm_4. More...
|
|
void | set_ywxz (const unorm_4 &_Value) __GPU |
| Set element 1, 3, 0, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) unorm_4 ywzx |
| Property for accessing element 1, 3, 2, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) unorm_4 gabr |
| Property for accessing element 1, 3, 2, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_ywzx () const __GPU |
| Returns a unorm_4 that is composed of element 1, element 3, element 2, and element 0 of this unorm_4. More...
|
|
void | set_ywzx (const unorm_4 &_Value) __GPU |
| Set element 1, 3, 2, and 0 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) unorm_4 zxyw |
| Property for accessing element 2, 0, 1, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) unorm_4 brga |
| Property for accessing element 2, 0, 1, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zxyw () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 0, element 1, and element 3 of this unorm_4. More...
|
|
void | set_zxyw (const unorm_4 &_Value) __GPU |
| Set element 2, 0, 1, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) unorm_4 zxwy |
| Property for accessing element 2, 0, 3, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) unorm_4 brag |
| Property for accessing element 2, 0, 3, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zxwy () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 0, element 3, and element 1 of this unorm_4. More...
|
|
void | set_zxwy (const unorm_4 &_Value) __GPU |
| Set element 2, 0, 3, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) unorm_4 zyxw |
| Property for accessing element 2, 1, 0, and 3 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) unorm_4 bgra |
| Property for accessing element 2, 1, 0, and 3 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zyxw () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 1, element 0, and element 3 of this unorm_4. More...
|
|
void | set_zyxw (const unorm_4 &_Value) __GPU |
| Set element 2, 1, 0, and 3 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) unorm_4 zywx |
| Property for accessing element 2, 1, 3, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) unorm_4 bgar |
| Property for accessing element 2, 1, 3, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zywx () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 1, element 3, and element 0 of this unorm_4. More...
|
|
void | set_zywx (const unorm_4 &_Value) __GPU |
| Set element 2, 1, 3, and 0 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) unorm_4 zwxy |
| Property for accessing element 2, 3, 0, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) unorm_4 barg |
| Property for accessing element 2, 3, 0, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zwxy () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 3, element 0, and element 1 of this unorm_4. More...
|
|
void | set_zwxy (const unorm_4 &_Value) __GPU |
| Set element 2, 3, 0, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) unorm_4 zwyx |
| Property for accessing element 2, 3, 1, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) unorm_4 bagr |
| Property for accessing element 2, 3, 1, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_zwyx () const __GPU |
| Returns a unorm_4 that is composed of element 2, element 3, element 1, and element 0 of this unorm_4. More...
|
|
void | set_zwyx (const unorm_4 &_Value) __GPU |
| Set element 2, 3, 1, and 0 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) unorm_4 wxyz |
| Property for accessing element 3, 0, 1, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) unorm_4 argb |
| Property for accessing element 3, 0, 1, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wxyz () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 0, element 1, and element 2 of this unorm_4. More...
|
|
void | set_wxyz (const unorm_4 &_Value) __GPU |
| Set element 3, 0, 1, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) unorm_4 wxzy |
| Property for accessing element 3, 0, 2, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) unorm_4 arbg |
| Property for accessing element 3, 0, 2, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wxzy () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 0, element 2, and element 1 of this unorm_4. More...
|
|
void | set_wxzy (const unorm_4 &_Value) __GPU |
| Set element 3, 0, 2, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) unorm_4 wyxz |
| Property for accessing element 3, 1, 0, and 2 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) unorm_4 agrb |
| Property for accessing element 3, 1, 0, and 2 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wyxz () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 1, element 0, and element 2 of this unorm_4. More...
|
|
void | set_wyxz (const unorm_4 &_Value) __GPU |
| Set element 3, 1, 0, and 2 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) unorm_4 wyzx |
| Property for accessing element 3, 1, 2, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) unorm_4 agbr |
| Property for accessing element 3, 1, 2, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wyzx () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 1, element 2, and element 0 of this unorm_4. More...
|
|
void | set_wyzx (const unorm_4 &_Value) __GPU |
| Set element 3, 1, 2, and 0 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) unorm_4 wzxy |
| Property for accessing element 3, 2, 0, and 1 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) unorm_4 abrg |
| Property for accessing element 3, 2, 0, and 1 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wzxy () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 2, element 0, and element 1 of this unorm_4. More...
|
|
void | set_wzxy (const unorm_4 &_Value) __GPU |
| Set element 3, 2, 0, and 1 of this unorm_4 with a unorm_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) unorm_4 wzyx |
| Property for accessing element 3, 2, 1, and 0 of this unorm_4 as a unorm_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) unorm_4 abgr |
| Property for accessing element 3, 2, 1, and 0 of this unorm_4 as a unorm_4. More...
|
|
unorm_4 | get_wzyx () const __GPU |
| Returns a unorm_4 that is composed of element 3, element 2, element 1, and element 0 of this unorm_4. More...
|
|
void | set_wzyx (const unorm_4 &_Value) __GPU |
| Set element 3, 2, 1, and 0 of this unorm_4 with a unorm_4. More...
|
|