Effect file framework and header files?

Started by
1 comment, last by DirectXFreak 18 years, 4 months ago
Greetings, Is it possible to link .fx files together via an #include command like in nvidia's cg framework? If so, what's the syntax for it, and how are the files organized? Thanks, Dfx
--m_nPostCount++
Advertisement
Yes, it is possible. The syntax is simply
#include "myfxheader.fxh"
or
#include <myfxheader.fxh>
Thanks =)
--m_nPostCount++

This topic is closed to new replies.

Advertisement