com.sun.opengl.util
Class FBObject
java.lang.Object
com.sun.opengl.util.FBObject
public class FBObject
- extends Object
Constructor Summary |
FBObject(int width,
int height,
int attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTR_DEPTH
public static final int ATTR_DEPTH
- See Also:
- Constant Field Values
ATTR_STENCIL
public static final int ATTR_STENCIL
- See Also:
- Constant Field Values
FBObject
public FBObject(int width,
int height,
int attributes)
validateStatus
public boolean validateStatus(GL gl)
getStatus
public static int getStatus(GL gl,
int fb)
getStatusString
public String getStatusString()
getStatusString
public static String getStatusString(int fbStatus)
init
public void init(GL gl)
init
public void init(GL gl,
int textureInternalFormat,
int textureDataFormat,
int textureDataType)
destroy
public void destroy(GL gl)
bind
public void bind(GL gl)
unbind
public void unbind(GL gl)
use
public void use(GL gl)
getFBName
public int getFBName()
getTextureName
public int getTextureName()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.