FullscreenDebugDepthRenderer
in package
Table of Contents
Properties
- $shaderProgram : ShaderProgram
- The debug font shader program.
Methods
- __construct() : mixed
- Constructor
- attachPass() : void
- Attaches a render pass to the pipeline
Properties
$shaderProgram
The debug font shader program.
private
ShaderProgram
$shaderProgram
Methods
__construct()
Constructor
public
__construct(GLState $glstate) : mixed
Parameters
- $glstate : GLState
-
The current GL state.
attachPass()
Attaches a render pass to the pipeline
public
attachPass(RenderPipeline $pipeline, RenderTargetResource $renderTarget, TextureResource $depthTexture) : void
Parameters
- $pipeline : RenderPipeline
- $renderTarget : RenderTargetResource
- $depthTexture : TextureResource