You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Merge pull request #76418 from reduz/method-bind-validated-call
Add ValidatedCall to MethodBind
This commit is contained in:
@@ -57,6 +57,8 @@ class RenderingServer : public Object {
|
||||
const Vector2 SMALL_VEC2 = Vector2(CMP_EPSILON, CMP_EPSILON);
|
||||
const Vector3 SMALL_VEC3 = Vector3(CMP_EPSILON, CMP_EPSILON, CMP_EPSILON);
|
||||
|
||||
virtual TypedArray<StringName> _global_shader_parameter_get_list() const;
|
||||
|
||||
protected:
|
||||
RID _make_test_cube();
|
||||
void _free_internal_rids();
|
||||
|
||||
Reference in New Issue
Block a user