mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
This commit is contained in:
parent
6e9e25b41d
commit
8f30c52a37
15 changed files with 119 additions and 40 deletions
|
|
@ -213,6 +213,7 @@ public:
|
|||
|
||||
virtual RID material_create() = 0;
|
||||
|
||||
virtual void material_set_render_priority(RID p_material, int priority) = 0;
|
||||
virtual void material_set_shader(RID p_shader_material, RID p_shader) = 0;
|
||||
virtual RID material_get_shader(RID p_shader_material) const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue