You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Visual Shaders are back.
This commit is contained in:
@@ -321,8 +321,8 @@ MainLoop *test() {
|
||||
dt["fragment"].built_ins["ALBEDO"] = SL::TYPE_VEC3;
|
||||
dt["fragment"].can_discard = true;
|
||||
|
||||
Set<String> rm;
|
||||
rm.insert("popo");
|
||||
Vector<StringName> rm;
|
||||
rm.push_back("popo");
|
||||
Set<String> types;
|
||||
types.insert("spatial");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user