You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user