JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.FBObject.Attachment.Type Enum Reference
Collaboration diagram for com.jogamp.opengl.FBObject.Attachment.Type:

Static Public Member Functions

static Type determine (final int format) throws IllegalArgumentException
 Returns COLOR, DEPTH, STENCIL or DEPTH_STENCIL. More...
 

Public Attributes

 NONE
 
 DEPTH
 
 STENCIL
 
 DEPTH_STENCIL
 
 COLOR
 
 COLOR_TEXTURE
 
 DEPTH_TEXTURE
 
 STENCIL_TEXTURE
 

Detailed Description

Definition at line 126 of file FBObject.java.

Member Function Documentation

◆ determine()

static Type com.jogamp.opengl.FBObject.Attachment.Type.determine ( final int  format) throws IllegalArgumentException
static

Returns COLOR, DEPTH, STENCIL or DEPTH_STENCIL.

Exceptions
IllegalArgumentExceptionif format cannot be handled.

Definition at line 133 of file FBObject.java.

Here is the caller graph for this function:

Member Data Documentation

◆ COLOR

com.jogamp.opengl.FBObject.Attachment.Type.COLOR

Definition at line 127 of file FBObject.java.

◆ COLOR_TEXTURE

com.jogamp.opengl.FBObject.Attachment.Type.COLOR_TEXTURE

Definition at line 127 of file FBObject.java.

◆ DEPTH

com.jogamp.opengl.FBObject.Attachment.Type.DEPTH

Definition at line 127 of file FBObject.java.

◆ DEPTH_STENCIL

com.jogamp.opengl.FBObject.Attachment.Type.DEPTH_STENCIL

Definition at line 127 of file FBObject.java.

◆ DEPTH_TEXTURE

com.jogamp.opengl.FBObject.Attachment.Type.DEPTH_TEXTURE

Definition at line 127 of file FBObject.java.

◆ NONE

com.jogamp.opengl.FBObject.Attachment.Type.NONE

Definition at line 127 of file FBObject.java.

◆ STENCIL

com.jogamp.opengl.FBObject.Attachment.Type.STENCIL

Definition at line 127 of file FBObject.java.

◆ STENCIL_TEXTURE

com.jogamp.opengl.FBObject.Attachment.Type.STENCIL_TEXTURE

Definition at line 127 of file FBObject.java.


The documentation for this enum was generated from the following file: