Leaked source code of windows server 2003
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.

31 lines
927 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // This file generates the header for the attribute setup functions.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997.
  6. //
  7. // WARNING WARNING WARNING
  8. // This h file generated from a mh file.
  9. // EDIT THE MH FILE.
  10. // I warned you.
  11. // WARNING WARNING WARNING
  12. //
  13. //-----------------------------------------------------------------------------
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. include(`m4hdr.mh')dnl
  18. define(`d_TriSetupHdr',
  19. `void FASTCALL TriSetup_$1(PSETUPCTX pStpCtx, LPD3DTLVERTEX pV0,
  20. LPD3DTLVERTEX pV1, LPD3DTLVERTEX pV2);
  21. ')dnl
  22. d_RepStr(`d_TriSetupHdr(AA)', `AA',
  23. `Start', `Z16', `Z32', `Persp_Tex1', `Affine_Tex1',
  24. `Persp_Tex2', `Affine_Tex2', `Diff', `DiffFlat', `DIdx', `DIdxFlat',
  25. `Spec', `SpecFlat', `Fog', `End')dnl
  26. #ifdef __cplusplus
  27. }
  28. #endif