1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +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

@@ -769,6 +769,8 @@ public:
virtual String get_pipeline_cache_uuid() const = 0;
virtual const Capabilities &get_capabilities() const = 0;
virtual bool is_composite_alpha_supported(CommandQueueID p_queue) const { return false; }
/******************/
virtual ~RenderingDeviceDriver();