public class BufferInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.nio.Buffer |
buffer |
int |
bufferHandle |
Geometry3D.BufferType |
bufferType |
int |
byteSize |
int |
target |
int |
usage |
Constructor and Description |
---|
BufferInfo() |
BufferInfo(Geometry3D.BufferType bufferType,
java.nio.Buffer buffer) |
public int bufferHandle
public Geometry3D.BufferType bufferType
public java.nio.Buffer buffer
public int target
public int byteSize
public int usage
public BufferInfo()
public BufferInfo(Geometry3D.BufferType bufferType, java.nio.Buffer buffer)