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

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

#include <mat_traits_concept.hpp>

Concept definition

template<class V>
Concept which is true if type V is array of types that passes is_glsl_mat test.
Definition mat_traits_concept.hpp:123
static _GLSL_STRUCT_CONSTEXPR17 bool is_glsl_mats_array_v
Bool value which is true if type V is array of types that passes is_glsl_mat test.
Definition mat_traits_concept.hpp:107

Detailed Description

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

Template Parameters
Vtype that is checked