java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<XBRZUpscale>
gaiasky.util.gdx.contrib.postprocess.filters.XBRZUpscale
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class XBRZUpscale extends Filter<XBRZUpscale>
  • Constructor Details

    • XBRZUpscale

      public XBRZUpscale()
    • XBRZUpscale

      public XBRZUpscale(com.badlogic.gdx.math.Vector2 inputSize, com.badlogic.gdx.math.Vector2 outputSize)
  • Method Details

    • setInputSize

      public void setInputSize(float width, float height)
    • setOutputSize

      public void setOutputSize(float width, float height)
    • rebind

      public void rebind()
      Specified by:
      rebind in class Filter<XBRZUpscale>
    • 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<XBRZUpscale>