powenyao / SpellCrafter

A game based on spell customization. Players will be given a series of challenges and must figure out the appropriate spell to overcome the challenge. The challenge may be solved in various ways similar to Zachatronic style games. Players can optimize in different ways based on their own personal preferences.
0 stars 0 forks source link

Discussion: Do we want to only support WebGL 2 so that we can use Linear color space? #15

Closed powenyao closed 1 year ago

powenyao commented 1 year ago

image

XROSUI is currently using Linear. Though I would need to check if we NEED linear space.

Might be easier to just move it to Gamma for performance

powenyao commented 1 year ago

https://caniuse.com/webgl2

WebGL2 has been out forever now. Going to just support WebGL2 for now with Linear color space and change if we run into performance issues.