How to work with D3DCompile?

Started by
-1 comments, last by ufo_driver 13 years, 7 months ago
Hello!
I recently started learning dx11 and got stuck with D3DCompile function. I don't want to use X library functions and its Effect class, so I want to program some equivalent for this class that would fit to my project better. Shader compilation with D3DCompile is not hard, but I want to compile fx file that consists of few shaders. And the question is how can i get access to those shaders to create shader objects and set them active? (to do something like device->CreateVertexShader(...) )

This topic is closed to new replies.

Advertisement