mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0029507: Visualization, TKOpenGl - uninitialized class field OpenGl_FrameBuffer::myIsOwnDepth
This commit is contained in:
parent
0793c4f942
commit
12d6e15582
@ -168,6 +168,7 @@ OpenGl_FrameBuffer::OpenGl_FrameBuffer()
|
||||
myGlColorRBufferId (NO_RENDERBUFFER),
|
||||
myGlDepthRBufferId (NO_RENDERBUFFER),
|
||||
myIsOwnBuffer (false),
|
||||
myIsOwnDepth (false),
|
||||
myDepthStencilTexture (new OpenGl_Texture())
|
||||
{
|
||||
myColorFormats.Append (GL_RGBA8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user