public class UniformBlockArray extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
blockOffset |
ByteBuffer |
storage |
| Constructor and Description |
|---|
UniformBlockArray(com.jogamp.opengl.GL3 gl3,
int blockSize,
int arrayCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
createBufferObject(com.jogamp.opengl.GL3 gl3) |
void |
dispose() |
public ByteBuffer storage
public int blockOffset
Copyright © 2016 Java Graphics Society. All rights reserved.