Deprecate RenderingServer's has_feature and Features enum

This commit is contained in:
Micky 2024-01-10 11:27:37 +01:00
parent 9b522ac1a8
commit 63a08f2493
5 changed files with 24 additions and 13 deletions

View file

@ -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);