ThuCommix / Sharpex2D

2D GameEngine for Indie games with alot of features
http://www.sharpex2d.de
MIT License
47 stars 9 forks source link

Shader support #35

Open ThuCommix opened 9 years ago

ThuCommix commented 9 years ago

Shaders are already used for the OpenGL renderer, it's time to bring this neat feature to the developer. This would brings alot of trouble regarding glsl <-> hlsl. We may need a sub language, or a converter. The simple way would be providing hlsl+glsl in the effect (shader) file.