1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

[DisplayServer] Add method to check if window transparency is supported and enabled.

This commit is contained in:
bruvzg
2024-05-03 11:48:46 +03:00
parent b947c53ddc
commit 628c81d2d9
16 changed files with 94 additions and 1 deletions

View File

@@ -1360,6 +1360,8 @@ public:
String get_device_api_version() const;
String get_device_pipeline_cache_uuid() const;
bool is_composite_alpha_supported() const;
uint64_t get_driver_resource(DriverResource p_resource, RID p_rid = RID(), uint64_t p_index = 0);
static RenderingDevice *get_singleton();