mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Disable stencil requests for make_texture_buffer for now.
This commit is contained in:
parent
fea803ca39
commit
c9c25a867d
@ -736,6 +736,10 @@ make_texture_buffer(const string &name, int x_size, int y_size,
|
||||
FrameBufferProperties::FM_buffer |
|
||||
FrameBufferProperties::FM_stereo |
|
||||
FrameBufferProperties::FM_accum |
|
||||
|
||||
// DO NOT USE STENCIL FOR NOW FOR TEXTURE BUFFERS
|
||||
FrameBufferProperties::FM_stencil |
|
||||
|
||||
FrameBufferProperties::FM_multisample |
|
||||
FrameBufferProperties::FM_hardware |
|
||||
FrameBufferProperties::FM_software;
|
||||
|
Loading…
x
Reference in New Issue
Block a user