-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support baseVertex for GPURenderPassEncoder #6751
Comments
WebGL 2 adds support for this using WEBGL_draw_instanced_base_vertex_base_instance but its support seems to be very low (less than 1%) here https://web3dsurvey.com/webgl2 |
If you focus on chromium-like browsers, they have support; this greatly speeds up the work with indexes, for example for the LOD system. |
Sorry, I'm talking about webGPU support. |
Closed #6977 |
this needs to stay open till the implementation is merged in. |
Hi!
It would be nice to have baseVertex support for the mesh.
https://developer.mozilla.org/en-US/docs/Web/API/GPURenderPassEncoder/drawIndexed
engine/src/platform/graphics/webgpu/webgpu-graphics-device.js
Line 521 in 03920de
engine/src/scene/mesh.js
Line 256 in 03920de
The text was updated successfully, but these errors were encountered: