From 2f2dfbe0ea0584919c1929d0869b5b24775432f4 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:16:08 +0300 Subject: [PATCH] add an array index --- raylib-enumerated-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/raylib-enumerated-types.md b/raylib-enumerated-types.md index 68fc7d4..ce0ed73 100644 --- a/raylib-enumerated-types.md +++ b/raylib-enumerated-types.md @@ -58,6 +58,7 @@ Here it is the list with the provided enums and the functions intended to use th SetShaderValueV(Shader shader, int locIndex, const void *value, int uniformType, int count); SetShaderValueMatrix(Shader shader, int locIndex, Matrix mat); SetShaderValueTexture(Shader shader, int locIndex, Texture2D texture); + struct Shader.locs[index] ``` [`enum MaterialMapIndex`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L750) ```c