1
0
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:
isk
2016-02-12 11:30:00 +03:00
parent 605444a27b
commit 67ee4171c9

View File

@@ -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;