access to raw framebuffer object

This commit is contained in:
itsmattkc
2019-08-27 15:37:51 +10:00
parent 4b5516abb5
commit 35db54075d
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -125,3 +125,8 @@ void RenderFramebuffer::Detach()
texture_ = nullptr;
}
const GLuint &RenderFramebuffer::buffer() const
{
return buffer_;
}