Browse Source

Match getter with variable name

master
Riyyi 3 years ago
parent
commit
5d98a8a0fa
  1. 2
      inferno/src/inferno/render/shader.h

2
inferno/src/inferno/render/shader.h

@ -30,7 +30,7 @@ namespace Inferno {
void unbind() const;
inline std::string name() const { return m_name; }
inline uint32_t program() const { return m_id; }
inline uint32_t id() const { return m_id; }
protected:
uint32_t compileShader(int32_t type, const char* shaderSource) const;

Loading…
Cancel
Save