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.

28 lines
920 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // This file generates the headers for the color generation 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. include(`m4hdr.mh')dnl
  15. define(`d_ColorGenHdr', `
  16. void C_ColorGen_$1_$2_$3_$4(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  17. PD3DI_RASTSPAN pS);')dnl
  18. dnl
  19. d_RepStr(`d_RepStr(`d_RepStr(`d_ColorGenHdr(AA, BB, CC, NoMonochrome)',
  20. `AA', `Flat', `Gouraud')',
  21. `BB', `NoSpecular', `Specular')',
  22. `CC', `NoFog', `VertexFog')
  23. void C_ColorGen_All_Monochrome(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  24. PD3DI_RASTSPAN pS);