|
|
@ -86,7 +86,7 @@ namespace Inferno { |
|
|
|
void bind() const; |
|
|
|
void bind() const; |
|
|
|
void unbind() const; |
|
|
|
void unbind() const; |
|
|
|
|
|
|
|
|
|
|
|
inline BufferLayout const &getLayout() const { return m_layout; } |
|
|
|
inline const BufferLayout& getLayout() const { return m_layout; } |
|
|
|
|
|
|
|
|
|
|
|
inline void setLayout(const BufferLayout& layout) { m_layout = layout; } |
|
|
|
inline void setLayout(const BufferLayout& layout) { m_layout = layout; } |
|
|
|
|
|
|
|
|
|
|
|