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