hi,

i am currently have the problem of compiling much shader code, so i wanted to use some kind of include mechanism to speed up compiling time ... first i thought, file include could make it, but it even slows it more down, then i found the idirect3dxinclude interface from the effect functions,
but did not found any documentation about how to create such interface nor how to use it ..