Clone of mesa.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728
  1. <HTML>
  2. <TITLE>Function Name Mangling</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>Function Name Mangling</H1>
  6. <p>
  7. If you want to use Mesa and native OpenGL in the same application at
  8. the same time you may find it useful to compile Mesa with
  9. <i>name mangling</i>.
  10. This results in all the Mesa functions being prefixed with
  11. <b>mgl</b> instead of <b>gl</b>.
  12. </p>
  13. <p>
  14. To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE.
  15. Add the flag to the other compiler flags in Make-config (if using the
  16. old-style build system) or in src/Makefile if using GNU autoconf/
  17. automake to build Mesa.
  18. </p>
  19. </BODY>
  20. </HTML>