com.jogamp.opencl.llb.impl
Class CLImageFormatImpl

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

public class CLImageFormatImpl
extends Object

Struct accessor for cl_image_format.

Author:
Michael Bien, GlueGen, et al.

Method Summary
static CLImageFormatImpl create()
           
static CLImageFormatImpl create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
 int getImageChannelDataType()
           
 int getImageChannelOrder()
           
 CLImageFormatImpl setImageChannelDataType(int val)
           
 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 CLImageFormatImpl setImageChannelOrder(int val)

getImageChannelOrder

public int getImageChannelOrder()

setImageChannelDataType

public CLImageFormatImpl setImageChannelDataType(int val)

getImageChannelDataType

public int getImageChannelDataType()