inc1.hlsli 128 B

1234567
  1. // Verify that we can find an include header in the original directory
  2. #include "inc2.hlsli"
  3. int f1(int g)
  4. {
  5. return f2(g);
  6. }