com.jogamp.opencl.impl
Class CLImageFormatImpl

java.lang.Object
  extended by com.jogamp.opencl.impl.CLImageFormatImpl

public abstract class CLImageFormatImpl
extends Object

Struct accessor for cl_image_format.

Author:
Michael Bien

Method Summary
static CLImageFormatImpl create()
           
static CLImageFormatImpl create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
abstract  int getImageChannelDataType()
           
abstract  int getImageChannelOrder()
           
abstract  CLImageFormatImpl setImageChannelDataType(int val)
           
abstract  CLImageFormatImpl setImageChannelOrder(int val)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public static int size()

create

public static CLImageFormatImpl create()

create

public static CLImageFormatImpl create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()

setImageChannelOrder

public abstract CLImageFormatImpl setImageChannelOrder(int val)

getImageChannelOrder

public abstract int getImageChannelOrder()

setImageChannelDataType

public abstract CLImageFormatImpl setImageChannelDataType(int val)

getImageChannelDataType

public abstract int getImageChannelDataType()