fix render advanced pipeline issues
This commit is contained in:
@@ -96,3 +96,7 @@ uint Framebuffer::getWidth() const {
|
||||
uint Framebuffer::getHeight() const {
|
||||
return height;
|
||||
}
|
||||
|
||||
uint Framebuffer::getFBO() const {
|
||||
return fbo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user