Commented out the disabling of use of PBO's in ImageStream, and disabled the use ClientStoreHint in Present3D.

This commit is contained in:
Robert Osfield
2012-06-12 10:31:50 +00:00
parent 2faeaf553b
commit c1a3ab2a5b
2 changed files with 12 additions and 5 deletions

View File

@@ -21,11 +21,11 @@ ImageStream::ImageStream():
{
setDataVariance(DYNAMIC);
#ifndef __APPLE__
//#ifndef __APPLE__
// disabled under OSX for time being while we resolve why PBO
// doesn't function properly under OSX.
setPixelBufferObject(new PixelBufferObject(this));
#endif
//#endif
}