4#include "mygl_export.h"
17 std::shared_ptr<unsigned int> p_shaderId;
30 MYGL_EXPORT
Shader() noexcept = default;
37 MYGL_EXPORT
Shader(const std::
string& sourceCode, Type type);
54 MYGL_EXPORT
bool loadFromFile(const std::
string& filename, Type type);
Class for storing a shader.
MYGL_EXPORT bool loadFromFile(const std::string &filename, Type type)
Loads a shader from a file.
MYGL_EXPORT Shader() noexcept=default
Creates an empty shader.
MYGL_EXPORT bool loadFromString(const std::string &sourceCode, Type type)
Loads a shader from a string.
MYGL_EXPORT bool isUsable() const noexcept
Indicates if the shader is usable.
Class for creating shader programs.
Namespace containing every class, function and enum of the library.