public static class FrameBuffer.FrameBufferTarget
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static FrameBuffer.FrameBufferBufferTarget | newTarget(Image.Format format) | 
| static FrameBuffer.FrameBufferTextureTarget | newTarget(Texture tx) | 
| static FrameBuffer.FrameBufferTextureTarget | newTarget(Texture tx,
         TextureCubeMap.Face face)Creates a frame buffer texture and sets the face position by using the face parameter. | 
public static FrameBuffer.FrameBufferTextureTarget newTarget(Texture tx)
public static FrameBuffer.FrameBufferBufferTarget newTarget(Image.Format format)
public static FrameBuffer.FrameBufferTextureTarget newTarget(Texture tx, TextureCubeMap.Face face)
TextureCubeMap ordinal number for the face position.tx - texture to add to the frame bufferface - face to add to the color buffer to