~thumper/glint/simple-app

« back to all changes in this revision

Viewing changes to include/glint/internal/AttributeVariableImpl.h

  • Committer: Michi Henning
  • Date: 2012-12-17 03:42:57 UTC
  • Revision ID: michi.henning@canonical.com-20121217034257-m1icr5l6tk5082th
Improved coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
protected:
39
39
    AttributeVariableImpl(GLuint prog_id, GLint location, const std::string& name, GLenum type);
40
40
    virtual ~AttributeVariableImpl() noexcept;
41
 
 
42
 
    void check(const char* verb) const;
43
 
    void check_get() const;
44
 
    void check_set() const;
45
41
};
46
42
 
47
43
class FloatAttributeImpl : public AttributeVariableImpl