Without D3DX

Started by
2 comments, last by SquareDanceSteve 18 years, 8 months ago
Is there core functions other than D3DX that compiles HLSL?
Advertisement
No, the only HLSL compiler is in D3DX. You can use HLSL without the effects framework, though.
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )
Or, I suppose, you could use the command line HLSL compiler to precompile all your shaders and load those directly (iirc you just pass the raw file contents into IDirect3DDevice9::Create*Shader).

- Thomas Cowellwebsite | journal | engine video

RenderMonkey?

it appears to have a gl asm shader compiler or something (im new to this)
-----------------www.stevemata.com

This topic is closed to new replies.

Advertisement