Searched defs:tvec2 (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_vec2.hpp47 struct tvec2 struct in namespace:glm::detail
54 typedef tvec2<T, P> type;
55 typedef tvec2<bool, P> bool_type;
74 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, x, y)
75 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, r, g)
76 _GLM_SWIZZLE2_2_MEMBERS(T, P, tvec2, s, t)
89 GLM_SWIZZLE_GEN_VEC_FROM_VEC2(T, P, detail::tvec2, detail::tvec2, detail::tvec3, detail::tvec4)
102 GLM_FUNC_DECL tvec2();
103 GLM_FUNC_DECL tvec2(tvec
123 GLM_FUNC_DECL tvec2(_swizzle<2,T, P, tvec2<T, P>, E0, E1,-1,-2> const & that) function in struct:glm::detail::tvec2
[all...]

Completed in 174 milliseconds