Package rosequartz
Interface NativesFX.RenderTarget
- Enclosing class:
- NativesFX
public static interface NativesFX.RenderTarget
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclearColor(float red, float green, float blue, float alpha)voidclearDepth(float value)voidtarget()
-
Method Details
-
target
void target() -
clearColor
void clearColor(float red, float green, float blue, float alpha) -
clearDepth
void clearDepth(float value)
-