Class DepthBufferFilter


  • public final class DepthBufferFilter
    extends Filter<DepthBufferFilter>
    Debug filter, renders the contents of the depth texture attachment
    • Constructor Detail

      • DepthBufferFilter

        public DepthBufferFilter()
    • Method Detail

      • setDepthTexture

        public void setDepthTexture​(com.badlogic.gdx.graphics.Texture tex)
      • onBeforeRender

        protected void onBeforeRender()
        Description copied from class: Filter
        This method will get called just before a rendering operation occurs.
        Specified by:
        onBeforeRender in class Filter<DepthBufferFilter>