Commit 6daf300
WebGLRenderer: option to enable multi_draw / gl_DrawID in vertex shader (#27630)
* feat: multi_draw / enable gl_DrawID
* chore: remove space
* chore: rename extensionMultidraw to extensionMultiDraw
* chore: rename variable in extension
* Update WebGLPrograms.js
Clean up.
* chore: update docs
---------
Co-authored-by: Michael Herzog <[email protected]>
Co-authored-by: Vegar Ringdal <[email protected]>1 parent 6050a4c commit 6daf300
File tree
4 files changed
+7
-3
lines changed- docs/api/en/materials
- src
- materials
- renderers/webgl
4 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
0 commit comments