GLSL Struct 1.4.0
glslstruct
Loading...
Searching...
No Matches
glslstruct::utils::layout_variable< Layout > Struct Template Reference

container for layout variables More...

#include <glsl_variable.hpp>

Collaboration diagram for glslstruct::utils::layout_variable< Layout >:
[legend]

Public Member Functions

 layout_variable (const Layout &layout)
 constructor with layout value

Public Attributes

const Layout layout
 layout value

Detailed Description

template<class Layout>
struct glslstruct::utils::layout_variable< Layout >

container for layout variables

Template Parameters
Layoutlayout type

Constructor & Destructor Documentation

◆ layout_variable()

template<class Layout>
glslstruct::utils::layout_variable< Layout >::layout_variable ( const Layout & layout)
inlineexplicit

constructor with layout value

Member Data Documentation

◆ layout

template<class Layout>
const Layout glslstruct::utils::layout_variable< Layout >::layout

layout value