com.jogamp.opengl
Class FBObject.ColorAttachment

java.lang.Object
  extended by com.jogamp.opengl.FBObject.Attachment
      extended by com.jogamp.opengl.FBObject.RenderAttachment
          extended by com.jogamp.opengl.FBObject.ColorAttachment
All Implemented Interfaces:
FBObject.Colorbuffer
Enclosing class:
FBObject

public static class FBObject.ColorAttachment
extends FBObject.RenderAttachment
implements FBObject.Colorbuffer

Color render buffer attachment


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jogamp.opengl.FBObject.Attachment
FBObject.Attachment.Type
 
Field Summary
 
Fields inherited from class com.jogamp.opengl.FBObject.Attachment
format, type
 
Constructor Summary
FBObject.ColorAttachment(int iFormat, int samples, int width, int height, int name)
           
 
Method Summary
 
Methods inherited from class com.jogamp.opengl.FBObject.RenderAttachment
equals, free, getSamples, hashCode, initialize, toString
 
Methods inherited from class com.jogamp.opengl.FBObject.Attachment
formatToGLCapabilities, getHeight, getName, getType, getWidth
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jogamp.opengl.FBObject.Colorbuffer
formatToGLCapabilities, free, initialize
 

Constructor Detail

FBObject.ColorAttachment

public FBObject.ColorAttachment(int iFormat,
                                int samples,
                                int width,
                                int height,
                                int name)


Copyright 2010 JogAmp Community.