Hi,
I relative new in 3D graphics programing and I am confused how to manage effects.
I want to give option to users that use my api to add their own effects. I mean effect as combination of vertex/geometry/pixel shader and render states.
My first (and absolutely wrong I think) idea was that I do a lot of "mega-
Comments