-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum RenderTarget.AttachmentPointAn attachment point is a slot that can be assigned to a Texture.
-
-
Method Summary
Modifier and Type Method Description static Array<RenderTarget.AttachmentPoint>values()static RenderTarget.AttachmentPointvalueOf(String name)-
-
Method Detail
-
values
static Array<RenderTarget.AttachmentPoint> values()
-
valueOf
static RenderTarget.AttachmentPoint valueOf(String name)
-
-
-
-