|
GLSL Struct 1.4.0
glslstruct
|
container for single values More...
#include <glsl_value.hpp>
Public Member Functions | |
| single_value () _GLSL_STRUCT_REQUIRES(std | |
| default constructor | |
| single_value (const T &value) | |
| constructor with value | |
Public Attributes | |
| const T | value |
| value | |
container for single values
| T | value type |
|
inline |
default constructor
|
inlineexplicit |
constructor with value
| const T glslstruct::utils::single_value< T >::value |
value