a bit of stuff, time to add spirv-link into this project
This commit is contained in:
@@ -15,4 +15,10 @@
|
||||
#define PS namespace PixelShader_DO_NOT_USE
|
||||
#endif
|
||||
|
||||
#ifdef BRDF_SHADER
|
||||
#define BRDF using namespace BRDFShader; namespace BRDFShader
|
||||
#else
|
||||
#define BRDF namespace BRDFShader_DO_NOT_USE
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user