sculpto
|
#include <shader.h>
Public Member Functions | |
shader_props ()=default | |
shader_props (shader_type Type, const std::string &Source) | |
Public Attributes | |
shader_type | Type {} |
std::string | Source {} |
|
default |
Shader properties default constructor.
|
inline |
Type | - shader_props type. |
Source | - shader_props source code. |
Definition at line 39 of file shader.h.
shader_type scl::shader_props::Type {} |