Home
last modified time | relevance | path

Searched defs:_swizzle_base2 (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
D_swizzle.hpp87 struct _swizzle_base2 : public _swizzle_base1<ValueType, P, VecType,E0,E1,E2,E3,N> struct
89 typedef VecType vec_type;
90 typedef ValueType value_type;
92 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const ValueType& t) in operator =()
99 GLM_FUNC_QUALIFIER _swizzle_base2& operator= (const VecType& that) in operator =()
108 GLM_FUNC_QUALIFIER void operator -= (const VecType& that) in operator -=()
116 GLM_FUNC_QUALIFIER void operator += (const VecType& that) in operator +=()
124 GLM_FUNC_QUALIFIER void operator *= (const VecType& that) in operator *=()
132 GLM_FUNC_QUALIFIER void operator /= (const VecType& that) in operator /=()
140 GLM_FUNC_QUALIFIER value_type& operator[] (size_t i) in operator []()
[all …]