public class RingBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bindId |
long[] |
fence |
long |
oneSecondInNanoSeconds |
int |
sectors |
int |
sectorSize |
int |
size |
int |
stalls |
int |
writeId |
| Constructor and Description |
|---|
RingBuffer(int sectors,
int sectorSize) |
RingBuffer(int sectors,
int sectorSize,
int bindId,
int writeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
lock(com.jogamp.opengl.GL4 gl4) |
void |
lockAndUpdate(com.jogamp.opengl.GL4 gl4) |
void |
update() |
void |
wait(com.jogamp.opengl.GL4 gl4) |
public int sectors
public int size
public int sectorSize
public int bindId
public int writeId
public long[] fence
public long oneSecondInNanoSeconds
public int stalls
Copyright © 2016 Java Graphics Society. All rights reserved.