You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[DisplayServer] Add method to check if window transparency is supported and enabled.
This commit is contained in:
@@ -4734,6 +4734,10 @@ String RenderingDevice::get_device_api_name() const {
|
||||
return driver->get_api_name();
|
||||
}
|
||||
|
||||
bool RenderingDevice::is_composite_alpha_supported() const {
|
||||
return driver->is_composite_alpha_supported(main_queue);
|
||||
}
|
||||
|
||||
String RenderingDevice::get_device_api_version() const {
|
||||
return driver->get_api_version();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user