mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Fix bug with accum bits being requested for FBO
This commit is contained in:
parent
d11cafc374
commit
1d9f18139c
@ -294,7 +294,7 @@ class FilterManager(DirectObject):
|
|||||||
|
|
||||||
winprops = WindowProperties()
|
winprops = WindowProperties()
|
||||||
winprops.setSize(xsize, ysize)
|
winprops.setSize(xsize, ysize)
|
||||||
props = FrameBufferProperties(self.win.getFbProperties())
|
props = FrameBufferProperties(FrameBufferProperties.getDefault())
|
||||||
props.setBackBuffers(0)
|
props.setBackBuffers(0)
|
||||||
props.setRgbColor(1)
|
props.setRgbColor(1)
|
||||||
props.setDepthBits(depthbits)
|
props.setDepthBits(depthbits)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user