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

The primary concept for GLSL layout trait definitions. More...

#include <layout_traits_concept.hpp>

Concept definition

template<class T>
The primary concept for GLSL layout trait definitions.
Definition layout_traits_concept.hpp:254
Definition layout_traits_concept.hpp:237
Definition layout_traits_concept.hpp:242

Detailed Description

The primary concept for GLSL layout trait definitions.

A type satisfies Layout Traits if it provides the necessary alignment logic and follows the optional hook patterns, either with or without a nested context_type.