Uses of Class
org.jocl.struct.Struct

Uses of Struct in org.jocl.struct
 

Methods in org.jocl.struct with parameters of type Struct
static java.nio.ByteBuffer Buffers.allocateBuffer(java.nio.ByteOrder byteOrder, Struct... structs)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order.
static java.nio.ByteBuffer Buffers.allocateBuffer(Struct... structs)
          Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects.
static void Buffers.readFromBuffer(java.nio.ByteBuffer sourceBuffer, Struct... structs)
          Reads the given objects from the given source buffer.
static org.jocl.Pointer PointerStruct.to(Struct... structs)
          Creates a new Pointer to the given Structures.
static void Buffers.writeToBuffer(java.nio.ByteBuffer targetBuffer, Struct... structs)
          Writes the given objects to the given target buffer.
 

Method parameters in org.jocl.struct with type arguments of type Struct
static void Struct.showLayout(java.lang.Class<? extends Struct> structClass)
          Debug function which prints the alignment layout of the given struct class.