mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Fix MeshVS_TextPrsBuilder
This commit is contained in:
@@ -164,7 +164,7 @@ namespace
|
||||
|
||||
if (myFBO->GetVPSizeX() != theWorkspace->Width() || myFBO->GetVPSizeY() != theWorkspace->Height())
|
||||
{
|
||||
myFBO->Init (aContext, theWorkspace->Width(), theWorkspace->Height());
|
||||
myFBO->Init (aContext, theWorkspace->Width(), theWorkspace->Height(), GL_RGBA8, GL_DEPTH24_STENCIL8);
|
||||
}
|
||||
|
||||
GLint aDrawFboId = 0;
|
||||
|
Reference in New Issue
Block a user