You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Deprecate RenderingServer's has_feature and Features enum
This commit is contained in:
@@ -287,9 +287,11 @@ void RenderingServerDefault::set_default_clear_color(const Color &p_color) {
|
||||
RSG::viewport->set_default_clear_color(p_color);
|
||||
}
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
bool RenderingServerDefault::has_feature(Features p_feature) const {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
void RenderingServerDefault::sdfgi_set_debug_probe_select(const Vector3 &p_position, const Vector3 &p_dir) {
|
||||
RSG::scene->sdfgi_set_debug_probe_select(p_position, p_dir);
|
||||
|
||||
Reference in New Issue
Block a user