changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
99 bool create(); |
99 bool create(); |
100 bool isCreated() const; |
100 bool isCreated() const; |
101 |
101 |
102 void destroy(); |
102 void destroy(); |
103 |
103 |
104 bool bind() const; |
104 bool bind(); |
105 void release() const; |
105 void release(); |
106 |
106 |
107 static void release(QGLBuffer::Type type); |
107 static void release(QGLBuffer::Type type); |
108 |
108 |
109 GLuint bufferId() const; |
109 GLuint bufferId() const; |
110 |
110 |