Closed JasSra closed 7 years ago
Hi , I am trying to figure that in Opengl 4 + , there is an target"GL_DEPTH_STENCIL_ATTACHMENT" specified by the Khronos for Framebuffer. However, its not available in the enums specified for that function. Am i missing something.
ref https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glFramebufferRenderbuffer.xhtml
Thanks
I'll fix it. In the meanwhile, you can cast the raw costant (FramebufferAttachment) Gl.DEPTH_STENCIL_ATTACHMENT. After all, the values are just ints.
(FramebufferAttachment) Gl.DEPTH_STENCIL_ATTACHMENT
Hi , I am trying to figure that in Opengl 4 + , there is an target"GL_DEPTH_STENCIL_ATTACHMENT" specified by the Khronos for Framebuffer. However, its not available in the enums specified for that function. Am i missing something.
ref https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glFramebufferRenderbuffer.xhtml
Thanks