| 102 | } |
| 103 | |
| 104 | GLint Framebuffer::getAttachmentParameter(const GLenum attachment, const GLenum pname) const |
| 105 | { |
| 106 | return implementation().getAttachmentParameter(this, attachment, pname); |
| 107 | } |
| 108 | |
| 109 | void Framebuffer::attachTexture(const GLenum attachment, Texture * texture, const GLint level) |
| 110 | { |