VulkanRenderer
open class VulkanRenderer(val gskVulkanRendererPointer: <Error class: unknown class><<Error class: unknown class>>) : Renderer(source)
A GSK renderer that is using Vulkan.
This renderer will fail to realize if Vulkan is not supported.
Constructors
Functions
Link copied to clipboard
Checks whether the @renderer is realized or not.
Link copied to clipboard
open fun realizeForDisplay(display: <Error class: unknown class>): <Error class: unknown class><Boolean>
Creates the resources needed by the @renderer to render the scene graph.
Link copied to clipboard
Renders the scene graph, described by a tree of GskRenderNode
instances to the renderer's surface, ensuring that the given @region gets redrawn.
Link copied to clipboard
open fun renderTexture(root: RenderNode, viewport: <Error class: unknown class>? = null): <Error class: unknown class>
Renders the scene graph, described by a tree of GskRenderNode
instances, to a GdkTexture
.