cginternals / webgl-operate

A TypeScript based WebGL rendering framework.
https://webgl-operate.org
MIT License
167 stars 25 forks source link

add multisample support for renderbuffer #275

Closed lukaswagner closed 3 years ago

lukaswagner commented 3 years ago

Adds the option to specify a number of samples for multisampling. This is needed e.g. for using SAMPLE_ALPHA_TO_COVERAGE when rendering into an intermediate framebuffer.