leetvr / hotham

Hotham is a tool for creating incredible standalone VR games.
Apache License 2.0
396 stars 28 forks source link

[Rendering] Use 16bit data types on the GPU where possible #356

Closed kanerogers closed 1 year ago

kanerogers commented 2 years ago

Background

As Hotham's renderer is primarily memory bandwidth bound on the Quest 2, dropping to 16 bit data types will not only improve bandwidth, but in general only use a single instruction, compared to two, when operating on them. This could be a very significant performance increase.

TODO

kanerogers commented 1 year ago

Closed in #415