No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ShapeLightShared.hlsl 257B

123456789
  1. #ifndef SHAPE_LIGHT_PRAGMAS
  2. #define SHAPE_LIGHT_PRAGMAS
  3. #pragma multi_compile USE_SHAPE_LIGHT_TYPE_0 __
  4. #pragma multi_compile USE_SHAPE_LIGHT_TYPE_1 __
  5. #pragma multi_compile USE_SHAPE_LIGHT_TYPE_2 __
  6. #pragma multi_compile USE_SHAPE_LIGHT_TYPE_3 __
  7. #endif