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

GPU Programming support #7

Open rcmaniac25 opened 11 years ago

rcmaniac25 commented 11 years ago

See https://github.com/blackberry/GamePlay/issues/782

OpenGL ES 3.1 adds support for compute shaders. That's probably the only graphics framework that doesn't support it yet. OpenGL and DIrectX both support it.