GLSL Struct 1.4.0
glslstruct
Loading...
Searching...
No Matches
glslstruct::utils::glsl_vecs_array Concept Reference

Concept which is true if type V is array of types that passes is_glsl_vec test. More...

#include <vec_traits_concept.hpp>

Concept definition

template<class V>
Concept which is true if type V is array of types that passes is_glsl_vec test.
Definition vec_traits_concept.hpp:120
static _GLSL_STRUCT_CONSTEXPR17 bool is_glsl_vecs_array_v
Bool value which is true if type V is array of types that passes is_glsl_vec test.
Definition vec_traits_concept.hpp:104

Detailed Description

Concept which is true if type V is array of types that passes is_glsl_vec test.

Template Parameters
Vtype that is checked