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

check if type is glsl simple (is of scalar or vec or mat type) More...

#include <simple_checks.hpp>

Concept definition

template<class T>
check if type is glsl simple (is of scalar or vec or mat type)
Definition simple_checks.hpp:56
static _GLSL_STRUCT_CONSTEXPR17 bool is_glsl_simple_v
check if type is glsl simple (is of scalar or vec or mat type)
Definition simple_checks.hpp:32

Detailed Description

check if type is glsl simple (is of scalar or vec or mat type)

Template Parameters
Ttype which is glsl simple type