rcmaniac25 / GamePlay

Open-source, cross-platform 3D native C++ game framework making it easy to learn and write mobile and desktop games.
www.gameplay3d.org
1 stars 1 forks source link

Multisample Framebuffers #20

Open rcmaniac25 opened 10 years ago

rcmaniac25 commented 10 years ago

While a simple enough request, it would have to be at the Framebuffer level so that if only renderbuffers are supported, they can be added, but if only textures are supported, they can't be added. Desktop support will also be potentially difficult.