| 26 | } |
| 27 | |
| 28 | GLint FramebufferAttachment::getParameter(GLenum pname) const |
| 29 | { |
| 30 | return m_fbo->getAttachmentParameter(m_attachment, pname); |
| 31 | } |
| 32 | |
| 33 | bool FramebufferAttachment::isTextureAttachment() const |
| 34 | { |
nothing calls this directly
no test coverage detected