aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 0eafa390..851521e4 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -430,6 +430,10 @@ void SetPawnControl(int pawnControlKey);
void SetFnControl(int fnControlKey);
void SetSmoothZoomControl(int smoothZoomControlKey);
+int GetShaderLocation(Shader shader, const char *uniformName);
+void SetShaderValue(Shader shader, int uniformLoc, float *value, int size);
+void SetShaderTexture(Shader shader, int uniformLoc, Texture2D texture);
+
//------------------------------------------------------------------------------------
// Input Handling Functions (Module: core)
//------------------------------------------------------------------------------------