Преглед на файлове

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,