aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/opengl
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:22:05 +0100
committerGitHub <noreply@github.com>2021-02-11 18:22:05 +0100
commit36dd1801df270db5af29576e3ba0c071933e6cca (patch)
treeef4b939a505e2ebd47d22c475db7316f524bfe0d /files/fr/glossary/opengl
parentf3460d511f9c648ecfe89f81187ff69ab68fc4a3 (diff)
parent7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (diff)
downloadtranslated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.gz
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.tar.bz2
translated-content-36dd1801df270db5af29576e3ba0c071933e6cca.zip
Merge pull request #31 from fiji-flo/unslugging-fr
Unslugging fr
Diffstat (limited to 'files/fr/glossary/opengl')
-rw-r--r--files/fr/glossary/opengl/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/fr/glossary/opengl/index.html b/files/fr/glossary/opengl/index.html
new file mode 100644
index 0000000000..ed94d850f6
--- /dev/null
+++ b/files/fr/glossary/opengl/index.html
@@ -0,0 +1,19 @@
+---
+title: OpenGL
+slug: Glossary/OpenGL
+tags:
+ - Glossaire
+ - OpenGL
+ - Programmation
+translation_of: Glossary/OpenGL
+original_slug: Glossaire/OpenGL
+---
+<p><strong>OpenGL</strong> (<strong>Open Graphics Library</strong>)<sup><a href="http://en.wikipedia.org/wiki/OpenGL#cite_note-3"><span> </span></a></sup>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>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "OpenGL")}} sur Wikipédia</li>
+</ul>