diff --git a/panda/src/display/graphicsOutput.cxx b/panda/src/display/graphicsOutput.cxx index 3287173c0c..cbfbc39c92 100644 --- a/panda/src/display/graphicsOutput.cxx +++ b/panda/src/display/graphicsOutput.cxx @@ -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;