JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.demos.es1.OneTriangle Class Reference

A utility class to encapsulate drawing a single triangle for unit tests. More...

Collaboration diagram for com.jogamp.opengl.test.junit.jogl.demos.es1.OneTriangle:

Static Public Member Functions

static void setup (final GL2ES1 gl, final int width, final int height)
 
static void render (final GL2ES1 gl, final int width, final int height)
 

Detailed Description

A utility class to encapsulate drawing a single triangle for unit tests.

Author
Wade Walker

Definition at line 43 of file OneTriangle.java.

Member Function Documentation

◆ render()

static void com.jogamp.opengl.test.junit.jogl.demos.es1.OneTriangle.render ( final GL2ES1  gl,
final int  width,
final int  height 
)
static

Definition at line 59 of file OneTriangle.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setup()

static void com.jogamp.opengl.test.junit.jogl.demos.es1.OneTriangle.setup ( final GL2ES1  gl,
final int  width,
final int  height 
)
static

Definition at line 45 of file OneTriangle.java.

Here is the call graph for this function:
Here is the caller graph for this function:

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