Vertex/Pixel shaders???
-
Painkiller
- Posts: 2
- Joined: Wed Jul 07, 2004 6:06 pm
- Location: WI, USA
- Contact:
Vertex/Pixel shaders???
I have just started playing w/ Irrlicht and I like it so far.
One thing I noticed missing was shaders. I have thought about adding in support, unless the author is already doing this, so custom shaders can be loaded. If I do decide to add support where should it go? I was thinking irr::video::IShader. Or maybe putting it inside the IVideoDriver interface would be better. I am not very good w/ OpenGL, so I will only put DirectX support in, but I plan on releasing the changes to the public so someone else can add OpenGL support if they want.