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 ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading(com.badlogic.gdx.assets.AssetManager manager)
void
initialize(com.badlogic.gdx.assets.AssetManager manager)
boolean
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
- 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()
-