Searched refs:m_attachments (Results 1 – 1 of 1) sorted by relevance
383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; } in getAttachment()384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; } in getAttachment()388 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in sglr::rc::Framebuffer