From 45ae95c2be90131b0d7727b863def6801cecbf9e Mon Sep 17 00:00:00 2001 From: DevPoodle Date: Fri, 24 Nov 2023 21:22:49 -0800 Subject: [PATCH] Add descriptions to all RDUniform methods --- doc/classes/RDUniform.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/RDUniform.xml b/doc/classes/RDUniform.xml index 7aab8b28105..77aaf0aae7e 100644 --- a/doc/classes/RDUniform.xml +++ b/doc/classes/RDUniform.xml @@ -13,16 +13,19 @@ + Binds the given id to the uniform. The data associated with the id is then used when the uniform is passed to a shader. + Unbinds all ids currently bound to the uniform. + Returns an array of all ids currently bound to the uniform.