You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user