Uses of Class
org.xjge.graphics.PostProcessShader
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of PostProcessShader in org.xjge.core
Methods in org.xjge.core with parameters of type PostProcessShader Modifier and Type Method Description static void
XJGE. usePostProcessShader(int viewportID, PostProcessShader postProcessShader)
Applies post-processing effects to the desired viewport by changing which shader program its framebuffer object will use during rendering.