GLSL Struct 1.4.8
glslstruct
Loading...
Searching...
No Matches
glslstruct::glsl_type Concept Reference

check if T is glsl type (not base_type container but derived from base_type container) More...

#include <type_checks.hpp>

Concept definition

template<class T>
check if T is glsl type (not base_type container but derived from base_type container)
Definition type_checks.hpp:113
static _GLSL_STRUCT_CONSTEXPR17 bool is_glsl_type_v
check if T is glsl type (not base_type container but derived from base_type container)
Definition type_checks.hpp:80

Detailed Description

check if T is glsl type (not base_type container but derived from base_type container)

Template Parameters
Ttype which should be a derived from base_type but not base_type