aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/webglrenderingcontext/getattriblocation
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/webglrenderingcontext/getattriblocation')
-rw-r--r--files/fr/web/api/webglrenderingcontext/getattriblocation/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/webglrenderingcontext/getattriblocation/index.md b/files/fr/web/api/webglrenderingcontext/getattriblocation/index.md
index 8242d0739b..8bb49977b6 100644
--- a/files/fr/web/api/webglrenderingcontext/getattriblocation/index.md
+++ b/files/fr/web/api/webglrenderingcontext/getattriblocation/index.md
@@ -20,13 +20,13 @@ La méthode **`WebGLRenderingContext.getAttribLocation()`** de l'[API WebGL](/fr
### Paramètres
- programme
- - : Un {{domxref("WebGLProgram")}} contenant la variable d'attribut.
+ - : Un {{domxref("WebGLProgram")}} contenant la variable d'attribut.
- nom
- - : Un {{domxref("DOMString")}} indiquant le nom de la variable d'attribut dont l'emplacement est à retourner.
+ - : Un {{domxref("DOMString")}} indiquant le nom de la variable d'attribut dont l'emplacement est à retourner.
### Valeur retournée
-Un nombre {{domxref("GLint")}} indiquant l'emplacement du nom de la variable si trouvé. Retourne -1 sinon.
+Un nombre {{domxref("GLint")}} indiquant l'emplacement du nom de la variable si trouvé. Retourne -1 sinon.
## Exemples