| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCGLArrayBufferType
The type of array buffers.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLArrayBufferUsableType |
JCGLArrayVertexAttributeType.getArrayBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayObjectBuilderType.setAttributeFloatingPoint(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarType type,
int stride,
long offset,
boolean normalized)
Configure the attribute
index to retrieve data from a. |
void |
JCGLArrayObjectBuilderType.setAttributeIntegral(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset)
Configure the attribute
index to retrieve data from a. |
| Modifier and Type | Method and Description |
|---|---|
Optional<JCGLArrayBufferUsableType> |
JCGLArrayBuffersType.arrayBufferGetCurrentlyBound() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayBuffersType.arrayBufferBind(JCGLArrayBufferUsableType a)
Bind the given array buffer.
|
boolean |
JCGLArrayBuffersType.arrayBufferIsBound(JCGLArrayBufferUsableType a) |
Copyright © 2015 <code@io7m.com> http://io7m.com