OpenGLRenderer: Fix clear values
This commit is contained in:
@@ -17,4 +17,9 @@ namespace Nz
|
||||
|
||||
context.BindFramebuffer(GL::FramebufferTarget::Draw, 0);
|
||||
}
|
||||
|
||||
std::size_t OpenGLWindowFramebuffer::GetColorBufferCount() const
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user