| 41 | } |
| 42 | |
| 43 | std::string FramebufferAttachment::attachmentString() const |
| 44 | { |
| 45 | return glbinding::Meta::getString(m_attachment); |
| 46 | } |
| 47 | |
| 48 | AttachedTexture * FramebufferAttachment::asTextureAttachment() |
| 49 | { |
nothing calls this directly
no test coverage detected