Class DepthBufferFilter
java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<DepthBufferFilter>
gaiasky.util.gdx.contrib.postprocess.filters.DepthBufferFilter
Debug filter, renders the contents of the depth texture attachment
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
Filter.Parameter
-
Field Summary
Fields inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
inputBuffer, inputTexture, outputBuffer, program, quad, u_texture0, u_texture1, u_texture2, u_texture3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
This method will get called just before a rendering operation occurs.void
rebind()
void
setDepthTexture
(com.badlogic.gdx.graphics.Texture tex) Methods inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
dispose, endParams, realRender, render, setInput, setInput, setOutput, setParam, setParam, setParam, setParam, setParam, setParam, setParams, setParams, setParams, setParams, setParams, setParams, setParamsv, setParamv, updateProgram
-
Constructor Details
-
DepthBufferFilter
public DepthBufferFilter()
-
-
Method Details
-
setDepthTexture
public void setDepthTexture(com.badlogic.gdx.graphics.Texture tex) -
rebind
public void rebind()- Specified by:
rebind
in classFilter<DepthBufferFilter>
-
onBeforeRender
protected void onBeforeRender()Description copied from class:Filter
This method will get called just before a rendering operation occurs.- Specified by:
onBeforeRender
in classFilter<DepthBufferFilter>
-