ZProgram

Constructors

Link copied to clipboard
constructor(ctx: ZRenderingContext)

Properties

Link copied to clipboard
lateinit var programId: GLWrap

Functions

Link copied to clipboard
open override fun bind()

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

Link copied to clipboard
fun dispose()
Link copied to clipboard
Link copied to clipboard
fun link()
Link copied to clipboard
open override fun unbind()

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