diff options
author | julieng <julien.gattelier@gmail.com> | 2021-11-15 21:41:03 +0100 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 21:55:31 +0100 |
commit | bcf5375310ece1f9a90e99b270cdbae28c4d2831 (patch) | |
tree | c9b2792ee2050f4176de7fe5f777b4354b769b04 /files/fr/glossary/opengl/index.md | |
parent | 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (diff) | |
download | translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.gz translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.tar.bz2 translated-content-bcf5375310ece1f9a90e99b270cdbae28c4d2831.zip |
convert content to md
Diffstat (limited to 'files/fr/glossary/opengl/index.md')
-rw-r--r-- | files/fr/glossary/opengl/index.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/files/fr/glossary/opengl/index.md b/files/fr/glossary/opengl/index.md index 143447b2f9..7973829f03 100644 --- a/files/fr/glossary/opengl/index.md +++ b/files/fr/glossary/opengl/index.md @@ -8,12 +8,10 @@ tags: translation_of: Glossary/OpenGL original_slug: Glossaire/OpenGL --- -<p><strong>OpenGL</strong> (<strong>Open Graphics Library</strong>)est une interface de programmation d'application (API) multi-plateforme et un langage pour le rendu de graphismes vectoriels 2D et 3D. L'API est typiquement utilisée pour interagir avec un processeur graphique (ou GPU, graphics processing unit) pour que le rendu soit accéléré par le matériel.</p> +**OpenGL** (**Open Graphics Library**)est une interface de programmation d'application (API) multi-plateforme et un langage pour le rendu de graphismes vectoriels 2D et 3D. L'API est typiquement utilisée pour interagir avec un processeur graphique (ou GPU, graphics processing unit) pour que le rendu soit accéléré par le matériel. -<h2 id="Pour_approfondir">Pour approfondir</h2> +## Pour approfondir -<h3 id="Culture_générale">Culture générale</h3> +### Culture générale -<ul> - <li>{{Interwiki("wikipedia", "OpenGL")}} sur Wikipédia</li> -</ul> +- {{Interwiki("wikipedia", "OpenGL")}} sur Wikipédia |