realizeForDisplay
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.
Note that it is mandatory to call method@Gsk.Renderer.unrealize before destroying the renderer.
Return
Whether the renderer was successfully realized
Since
4.14
Parameters
display
the GdkDisplay
renderer will be used on