Re: [PyOpenGL-Users] Depth buffer attachment problem [SOLVED]
Brought to you by:
mcfletch
|
From: Nicolas R. <Nic...@in...> - 2014-02-25 12:12:23
|
I found the bug. I was not re-setting attributes between calls to the two different program that lead to the weird behaviour. It also fixed my framebuffer problem. Now I understand the utility of VAO... Sorry for the noise. Here is the corrected version. Nicolas |