access to raw framebuffer object
This commit is contained in:
@@ -125,3 +125,8 @@ void RenderFramebuffer::Detach()
|
||||
|
||||
texture_ = nullptr;
|
||||
}
|
||||
|
||||
const GLuint &RenderFramebuffer::buffer() const
|
||||
{
|
||||
return buffer_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user