Zernikalos/zernikalos.components.shader/ZProgram ZProgram OGL class ZProgram(ctx: ZRenderingContext) : ZBindeable(source) Members Constructors ZProgram Link copied to clipboard OGL constructor(ctx: ZRenderingContext) Properties programId Link copied to clipboard OGL lateinit var programId: GLWrap Functions bind Link copied to clipboard OGL open override fun bind()Binds the renderer. This method is called to prepare the renderer for drawing. dispose Link copied to clipboard OGL fun dispose() initialize Link copied to clipboard OGL fun initialize() link Link copied to clipboard OGL fun link() unbind Link copied to clipboard OGL open override fun unbind()Unbinds the renderer. This method is called after drawing to clean up. ZPbrMaterialBlockPrevious PageZShaderNext Page