Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
RDUniform¶
Inherits: RefCounted < Object
Shader uniform (used by RenderingDevice).
描述¶
This object is used by RenderingDevice.
属性¶
|
||
|
Methods¶
void |
|
void |
clear_ids ( ) |
get_ids ( ) const |
Property Descriptions¶
int binding = 0
The uniform's binding.
UniformType uniform_type = 3
void set_uniform_type ( UniformType value )
UniformType get_uniform_type ( )
The uniform's data type.
Method Descriptions¶
void add_id ( RID id )
There is currently no description for this method. Please help us by contributing one!
void clear_ids ( )
There is currently no description for this method. Please help us by contributing one!
RID[] get_ids ( ) const
There is currently no description for this method. Please help us by contributing one!