Home
last modified time | relevance | path

Searched refs:_GLM_SWIZZLE4_3_MEMBERS (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec4.hpp78 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, x, y, z, w)
79 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, r, g, b, a)
80 _GLM_SWIZZLE4_3_MEMBERS(T, P, tvec3, s, t, p, q)
D_swizzle.hpp516 #define _GLM_SWIZZLE4_3_MEMBERS(T,P, V, E0,E1,E2,E3) \ macro