GEngine-js / GEngine

Rendering engine based on webgpu
https://gengine-js.github.io/Docs/
131 stars 8 forks source link

feat(indices): indices compatible with Uint32Array #12

Closed emperorOfBug closed 1 year ago

emperorOfBug commented 1 year ago

获取索引和设置indexBuffer两处修改兼容32;setIndices传入类型为Array时默认Uint16,考虑要不要判断一下最大值。