clipPlaneFragmentDeclaration.fx 363 B

1234567891011121314151617181920212223
  1. #ifdef CLIPPLANE
  2. varying float fClipDistance;
  3. #endif
  4. #ifdef CLIPPLANE2
  5. varying float fClipDistance2;
  6. #endif
  7. #ifdef CLIPPLANE3
  8. varying float fClipDistance3;
  9. #endif
  10. #ifdef CLIPPLANE4
  11. varying float fClipDistance4;
  12. #endif
  13. #ifdef CLIPPLANE5
  14. varying float fClipDistance5;
  15. #endif
  16. #ifdef CLIPPLANE6
  17. varying float fClipDistance6;
  18. #endif