VISU - PHP Game Framework

RenderPass
in package

AbstractYes

Table of Contents

Methods

execute()  : void
This method is called to execute the render pass, actual rendering should happen here.
name()  : string
Returns the name of the render pass, if not overriden this will return the class name.
setup()  : void
Build / Setup the render pass

Methods

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