stackgl / headless-gl

🎃 Windowless WebGL for node.js
1.76k stars 170 forks source link

OES_texture_half_float extension not support #234

Open whucj opened 2 years ago

whucj commented 2 years ago

Hi. Are there any plans to support the OES_texture_half_float extension ? Thanks.

dhritzkiv commented 2 years ago

There are no plans for anyone to work on it at this time, but feel free to contribute it yourself and open up a PR. The existing extension code for OES_texture_float and OES_texture_float_linear may be a good starting point.

whucj commented 2 years ago

Thanks. I will consider your suggestion.