OGL: enable buffersubdata in detection

This commit is contained in:
degasus 2013-03-28 12:18:39 +01:00
parent e38e48923d
commit 53377425d1

View file

@ -32,7 +32,7 @@
namespace OGL
{
enum StreamType {
DETECT_MASK = 0x1F,
DETECT_MASK = 0x3F,
STREAM_DETECT = (1 << 0),
MAP_AND_ORPHAN = (1 << 1),
MAP_AND_SYNC = (1 << 2),