Sharing the VBO of 3 GearsES2 instances, each in their own GLWindow.
More...
|
| void | test01CommonAnimatorSharedCopyBuffer () throws InterruptedException |
| |
| void | test02CommonAnimatorMapBuffer () throws InterruptedException |
| |
| int | getMaxTestNameLen () |
| |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| | Takes a snapshot of the drawable's current front framebuffer. More...
|
| |
Sharing the VBO of 3 GearsES2 instances, each in their own GLWindow.
This is achieved by relying on the sequential creation of the 3 GLWindows with their GLDrawable and GLContext.
Definition at line 62 of file TestSharedContextVBOES2NEWT0.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0.main |
( |
final String |
args[] | ) |
|
|
static |
◆ runTestGL()
| GLWindow com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0.runTestGL |
( |
final Animator |
animator, |
|
|
final int |
x, |
|
|
final int |
y, |
|
|
final GearsES2 |
gears, |
|
|
final GLAutoDrawable |
sharedDrawable |
|
) |
| throws InterruptedException |
|
protected |
◆ test01CommonAnimatorSharedCopyBuffer()
| void com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0.test01CommonAnimatorSharedCopyBuffer |
( |
| ) |
throws InterruptedException |
◆ test02CommonAnimatorMapBuffer()
| void com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0.test02CommonAnimatorMapBuffer |
( |
| ) |
throws InterruptedException |
The documentation for this class was generated from the following file: