This commit is contained in:
Linan Wang 2019-07-19 14:06:20 +08:00 committed by Robert Osfield
parent 4b046c7562
commit d79cad7fd1

View File

@ -285,8 +285,8 @@ void Uniform::allocateDataArray()
_int64Array = new Int64Array(arrayNumElements); _int64Array = new Int64Array(arrayNumElements);
return; return;
case GL_UINT64_ARB: case GL_UNSIGNED_INT64_ARB:
_uintArray = new UInt64Array(arrayNumElements); _uint64Array = new UInt64Array(arrayNumElements);
return; return;
default: default: