Disable stencil requests for make_texture_buffer for now.

This commit is contained in:
aignacio_sf 2006-06-02 00:18:17 +00:00
parent fea803ca39
commit c9c25a867d

View File

@ -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;