浏览代码

native engine support for 32bits indices in index streams (#8550)

Cedric Guillemet 5 年之前
父节点
当前提交
095ccb17ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Engines/nativeEngine.ts

+ 1 - 1
src/Engines/nativeEngine.ts

@@ -235,7 +235,7 @@ export class NativeEngine extends Engine {
             etc1: null,
             etc2: null,
             maxAnisotropy: 16,  // TODO: Retrieve this smartly. Currently set to D3D11 maximum allowable value.
-            uintIndices: false,
+            uintIndices: true,
             fragmentDepthSupported: false,
             highPrecisionShaderSupported: true,
             colorBufferFloat: false,