Browse Source

Disable stencil requests for make_texture_buffer for now.

aignacio_sf 19 years ago
parent
commit
c9c25a867d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      panda/src/display/graphicsOutput.cxx

+ 4 - 0
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;