VulkanRenderer
-
class VulkanRenderer(**properties: Any)
Superclasses: Renderer
, Object
A GSK renderer that is using Vulkan.
This renderer will fail to realize if Vulkan is not supported.
Constructors
-
class VulkanRenderer
-
classmethod new() → Renderer
Creates a new Vulkan renderer.
The Vulkan renderer is a renderer that uses the Vulkan library for
rendering.
This renderer will fail to realize when GTK was not compiled with
Vulkan support.