public final class SMFByteBufferCursors extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat1Type> |
createFloat1(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat1Type> |
createFloat1Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat2Type> |
createFloat2(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat2Type> |
createFloat2Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat3Type> |
createFloat3(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat3Type> |
createFloat3Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat4Type> |
createFloat4(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat4Type> |
createFloat4Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a floating point cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned1Type> |
createSigned1(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned1Type> |
createSigned1Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned2Type> |
createSigned2(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned2Type> |
createSigned2Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned3Type> |
createSigned3(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned3Type> |
createSigned3Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned4Type> |
createSigned4(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned4Type> |
createSigned4Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create a signed integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned1Type> |
createUnsigned1(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned1Type> |
createUnsigned1Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned2Type> |
createUnsigned2(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned2Type> |
createUnsigned2Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned3Type> |
createUnsigned3(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned3Type> |
createUnsigned3Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned4Type> |
createUnsigned4(SMFByteBufferPackingConfiguration config,
SMFByteBufferPackedAttribute packed_attr,
ByteBuffer buffer)
Create an unsigned integer cursor.
|
static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned4Type> |
createUnsigned4Raw(ByteBuffer buffer,
int component_size,
int offset,
int vertex_size)
Create an unsigned integer cursor.
|
public static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat4Type> createFloat4(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat4Type> createFloat4Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat3Type> createFloat3(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat3Type> createFloat3Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat2Type> createFloat2(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat2Type> createFloat2Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat1Type> createFloat1(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferFloat1Type> createFloat1Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned4Type> createSigned4(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned4Type> createSigned4Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned3Type> createSigned3(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned3Type> createSigned3Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned2Type> createSigned2(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned2Type> createSigned2Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned1Type> createSigned1(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerSigned1Type> createSigned1Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned4Type> createUnsigned4(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned4Type> createUnsigned4Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned3Type> createUnsigned3(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned3Type> createUnsigned3Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned2Type> createUnsigned2(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned2Type> createUnsigned2Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned1Type> createUnsigned1(SMFByteBufferPackingConfiguration config, SMFByteBufferPackedAttribute packed_attr, ByteBuffer buffer)
config - The byte buffer packing configurationpacked_attr - An attribute from the packing configurationbuffer - A byte bufferpublic static com.io7m.jpra.runtime.java.JPRACursor1DType<SMFByteBufferIntegerUnsigned1Type> createUnsigned1Raw(ByteBuffer buffer, int component_size, int offset, int vertex_size)
buffer - The byte buffercomponent_size - The component size in bitsoffset - The offset of each elementvertex_size - The size in octets of a single vertexCopyright © 2017 <code@io7m.com> http://io7m.com