|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
This is the complete list of members for Vesper::OpenGLShader, including all inherited members.
| Bind() const override | Vesper::OpenGLShader | virtual |
| Compile(std::unordered_map< GLenum, std::string > &shaderSources) | Vesper::OpenGLShader | private |
| Create(const std::string &name, const std::string &vertexSrc, const std::string &fragmentSrc) | Vesper::Shader | static |
| Create(const std::string &filepath) | Vesper::Shader | static |
| GetName() const override | Vesper::OpenGLShader | inlinevirtual |
| m_Name | Vesper::OpenGLShader | private |
| m_RendererID | Vesper::OpenGLShader | private |
| OpenGLShader(const std::string &filepath) | Vesper::OpenGLShader | |
| OpenGLShader(const std::string &name, const std::string &vertexSrc, const std::string &fragmentSrc) | Vesper::OpenGLShader | |
| PreProcess(const std::string &source) | Vesper::OpenGLShader | private |
| ReadFile(const std::string &filepath) | Vesper::OpenGLShader | private |
| SetFloat(const std::string &name, float value) override | Vesper::OpenGLShader | virtual |
| SetFloat3(const std::string &name, const glm::vec3 &value) override | Vesper::OpenGLShader | virtual |
| SetFloat4(const std::string &name, const glm::vec4 &value) override | Vesper::OpenGLShader | virtual |
| SetInt(const std::string &name, int value) override | Vesper::OpenGLShader | virtual |
| SetIntArray(const std::string &name, int *values, uint32_t count) override | Vesper::OpenGLShader | virtual |
| SetMat4(const std::string &name, const glm::mat4 &value) override | Vesper::OpenGLShader | virtual |
| Unbind() const override | Vesper::OpenGLShader | virtual |
| UploadUniformFloat(const std::string &name, float value) | Vesper::OpenGLShader | |
| UploadUniformFloat2(const std::string &name, const glm::vec2 &values) | Vesper::OpenGLShader | |
| UploadUniformFloat3(const std::string &name, const glm::vec3 &values) | Vesper::OpenGLShader | |
| UploadUniformFloat4(const std::string &name, const glm::vec4 &values) | Vesper::OpenGLShader | |
| UploadUniformInt(const std::string &name, int value) | Vesper::OpenGLShader | |
| UploadUniformMat3(const std::string &name, const glm::mat3 &matrix) | Vesper::OpenGLShader | |
| UploadUniformMat4(const std::string &name, const glm::mat4 &matrix) | Vesper::OpenGLShader | |
| ~OpenGLShader() | Vesper::OpenGLShader | |
| ~Shader()=default | Vesper::Shader | virtual |