| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
JCGLArrayObjectBuilderType.setAttributeFloatingPoint(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarType type,
int stride,
long offset,
boolean normalized) |
void |
JCGLArrayObjectBuilderType.setAttributeFloatingPointWithDivisor(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarType type,
int stride,
long offset,
boolean normalized,
int divisor)
Configure the attribute
index to retrieve data from a. |
default void |
JCGLArrayObjectBuilderType.setAttributeIntegral(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset) |
void |
JCGLArrayObjectBuilderType.setAttributeIntegralWithDivisor(int index,
JCGLArrayBufferUsableType a,
int elements,
JCGLScalarIntegralType type,
int stride,
long offset,
int divisor)
Configure the attribute
index to retrieve data from a. |
Copyright © 2016 <code@io7m.com> http://io7m.com