lib_inc1.hlsl 163 B

12345678910111213141516
  1. // Make sure include works for lib share compile.
  2. #ifndef X
  3. #include "lib_inc0.hlsl"
  4. #include "lib_inc0_b.hlsl"
  5. #endif
  6. cbuffer B {
  7. float b;
  8. }
  9. #define M 6