Package postprocess
Class PostProcessQuad
java.lang.Object
postprocess.PostProcessQuad
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Binds the quad and enables attributesvoid
Unbinds the quad and disables attributesstatic PostProcessQuad
Get the singleton instance.
-
Constructor Details
-
PostProcessQuad
public PostProcessQuad()Creates the GPU resources for the fullscreen quad
-
-
Method Details
-
getInstance
Get the singleton instance. If it doesn't exist, create it -
_bindQuad
public void _bindQuad()Binds the quad and enables attributes -
_unbindQuad
public void _unbindQuad()Unbinds the quad and disables attributes
-