Shading with blitzmax?
BlitzMax Forums/BlitzMax Programming/Shading with blitzmax?
| ||
I can work with shaders on Max2d mode with blitzmax? |
| ||
No, nein, na, non. You cannot. |
| ||
I'ts there a future support for that? and posteffects renders? Have blitmax in futures features a real OOP? |
| ||
why not? everything is run by opengl or directx so it should be possible, but there's no bmax functions for it. But it is possible to use opengl or directx commands directly. |
| ||
Yes you can - if you know what you're doing. |
| ||
And how i can implement it? |
| ||
Well, I guess you would start off by installing DStastny's DX9 driver (found here) and then maybe do a bit of reading at here. |
| ||
or learn opengl. |