mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Deprecate RenderingServer's has_feature
and Features enum
This commit is contained in:
parent
9b522ac1a8
commit
63a08f2493
5 changed files with 24 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue