Botcraft 1.21.4
Loading...
Searching...
No Matches
Botcraft::Renderer::Shader Member List

This is the complete list of members for Botcraft::Renderer::Shader, including all inherited members.

CheckCompileErrors(const unsigned int shader, const std::string &type)Botcraft::Renderer::Shaderprivate
default_fragment_shaderBotcraft::Renderer::Shaderprivatestatic
default_vertex_shaderBotcraft::Renderer::Shaderprivatestatic
Program()Botcraft::Renderer::Shader
programBotcraft::Renderer::Shaderprivate
SetBool(const std::string &name, const bool value) constBotcraft::Renderer::Shader
SetFloat(const std::string &name, const float value) constBotcraft::Renderer::Shader
SetInt(const std::string &name, const int value) constBotcraft::Renderer::Shader
SetMat3(const std::string &name, const glm::mat3 &value) constBotcraft::Renderer::Shader
SetMat3xN(const std::string &name, const std::vector< glm::mat3 > &value) constBotcraft::Renderer::Shader
SetMat4(const std::string &name, const glm::mat4 &value) constBotcraft::Renderer::Shader
SetMat4xN(const std::string &name, const std::vector< glm::mat4 > &value) constBotcraft::Renderer::Shader
SetVec2(const std::string &name, const glm::vec2 &value) constBotcraft::Renderer::Shader
SetVec3(const std::string &name, const glm::vec3 &value) constBotcraft::Renderer::Shader
Shader(const std::string &vertexPath="", const std::string &fragmentPath="")Botcraft::Renderer::Shader
Use()Botcraft::Renderer::Shader
~Shader()Botcraft::Renderer::Shader