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¶
继承: RefCounted < Object
着色器 Uniform(由 RenderingDevice 使用)。
描述¶
这个对象由 RenderingDevice 使用。
属性¶
|
||
|
方法¶
void |
|
void |
clear_ids ( ) |
get_ids ( ) const |
属性说明¶
int binding = 0
Uniform 的绑定。
UniformType uniform_type = 3
void set_uniform_type ( UniformType value )
UniformType get_uniform_type ( )
Uniform 的数据类型。
方法说明¶
void add_id ( RID id )
目前没有这个方法的描述。请帮我们贡献一个!
void clear_ids ( )
目前没有这个方法的描述。请帮我们贡献一个!
RID[] get_ids ( ) const
目前没有这个方法的描述。请帮我们贡献一个!