StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
staplegl::shader Struct Reference

Individual shader struct. More...

#include <shader.hpp>

Public Attributes

shader_type type
 
std::string source
 

Detailed Description

Individual shader struct.

The shader struct is effectively nothing more that a string that is tagged with a shader type.

See also
staplegl::shader_type

Definition at line 57 of file shader.hpp.

Member Data Documentation

◆ source

std::string staplegl::shader::source

Definition at line 59 of file shader.hpp.

◆ type

shader_type staplegl::shader::type

Definition at line 58 of file shader.hpp.


The documentation for this struct was generated from the following file: