ZBindeable

interface ZBindeable(source)

Represents a bindable resource or component in the Zernikalos framework. Classes implementing this interface indicate that they require binding prior to usage and unbinding after usage, typically for rendering or resource management purposes.

Inheritors

Functions

Link copied to clipboard
abstract fun bind()

Binds the renderer. This method is called to prepare the renderer for drawing.

Link copied to clipboard
abstract fun unbind()

Unbinds the renderer. This method is called after drawing to clean up.