mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Cleanup some things in shader editor code
This commit is contained in:
parent
ab6c6eece8
commit
e26e96df4b
5 changed files with 56 additions and 33 deletions
|
|
@ -41,6 +41,7 @@ class Shader : public Resource {
|
|||
OBJ_SAVE_TYPE(Shader);
|
||||
|
||||
public:
|
||||
// Must be kept in sync with the List<String> of shader types in `servers/rendering/shader_types.cpp`.
|
||||
enum Mode {
|
||||
MODE_SPATIAL,
|
||||
MODE_CANVAS_ITEM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue