VISU - PHP Game Framework

CallbackPass extends RenderPass
in package

Table of Contents

Properties

$executeCallback  : Closure
$name  : string
$setupCallback  : Closure

Methods

__construct()  : mixed
execute()  : void
Executes the render pass
name()  : string
Returns the name of the render pass, if not overriden this will return the class name.
setup()  : void
Executes the render pass

Properties

Methods

__construct()

public __construct(string $name, Closure $setupCallback, Closure $executeCallback) : mixed
Parameters
$name : string
$setupCallback : Closure
$executeCallback : Closure

name()

Returns the name of the render pass, if not overriden this will return the class name.

public name() : string
Return values
string

        
On this page

Search results