Add option for WebGL renderer

This commit is contained in:
Christian Semmler 2025-07-02 10:02:54 -07:00
parent 224347ba3f
commit c0628d3594
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -772,6 +772,7 @@
<div class="select-wrapper">
<select id="renderer-select" name="3D Device ID">
<option value="0 0x682656f3 0x0 0x0 0x2000000" selected>Software</option>
<option value="0 0x682656f3 0x0 0x0 0x4000000">WebGL (experimental)</option>
</select>
</div>
</div>