Package gaiasky.render
Interface IPostProcessor
- All Superinterfaces:
com.badlogic.gdx.utils.Disposable
- All Known Implementing Classes:
DesktopPostProcessor
public interface IPostProcessor
extends com.badlogic.gdx.utils.Disposable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IPostProcessor.PostProcessBean
static class
IPostProcessor.RenderType
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_KEY
-
Method Summary
Modifier and Type Method Description void
doneLoading(com.badlogic.gdx.assets.AssetManager manager)
IPostProcessor.PostProcessBean
getPostProcessBean(IPostProcessor.RenderType type)
void
initialize(com.badlogic.gdx.assets.AssetManager manager)
boolean
isLightScatterEnabled()
void
resize(int width, int height)
void
resizeImmediate(int width, int height)
Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose
-
Field Details
-
DEFAULT_KEY
static final java.lang.String DEFAULT_KEY- See Also:
- Constant Field Values
-
-
Method Details
-
initialize
void initialize(com.badlogic.gdx.assets.AssetManager manager) -
doneLoading
void doneLoading(com.badlogic.gdx.assets.AssetManager manager) -
getPostProcessBean
-
resize
void resize(int width, int height) -
resizeImmediate
void resizeImmediate(int width, int height) -
isLightScatterEnabled
boolean isLightScatterEnabled()
-