Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
See the stable version of this documentation page instead.
RDUniform
Inherits: RefCounted < Object
Shader uniform (used by RenderingDevice).
Description
This object is used by RenderingDevice.
Properties
Methods
Property Descriptions
The uniform's binding.
UniformType uniform_type = 3
🔗
void set_uniform_type(value: UniformType)
UniformType get_uniform_type()
The uniform's data type.
Method Descriptions
Binds the given id to the uniform. The data associated with the id is then used when the uniform is passed to a shader.
void clear_ids() 🔗
Unbinds all ids currently bound to the uniform.
Returns an array of all ids currently bound to the uniform.