You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
@@ -118,10 +118,12 @@ private:
|
||||
uint32_t code_version;
|
||||
bool ok;
|
||||
Version() {
|
||||
code_version = 0;
|
||||
id = 0;
|
||||
vert_id = 0;
|
||||
frag_id = 0;
|
||||
ok = false;
|
||||
uniform_location = NULL;
|
||||
code_version = 0;
|
||||
ok = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user