HLSL: Add an Includer to handle #include.
This commit is contained in:
2
Test/inc2/bar.h
Normal file
2
Test/inc2/bar.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "foo.h"
|
||||
float4 i5;
|
||||
1
Test/inc2/foo.h
Normal file
1
Test/inc2/foo.h
Normal file
@@ -0,0 +1 @@
|
||||
float4 i6;
|
||||
Reference in New Issue
Block a user