org.jocl
Class cl_image_format

java.lang.Object
  extended by org.jocl.cl_image_format

public final class cl_image_format
extends java.lang.Object

Java port of a cl_image_format


Field Summary
 int image_channel_data_type
           
 int image_channel_order
           
 
Constructor Summary
cl_image_format()
          Creates a new, uninitialized cl_image_format
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

image_channel_order

public int image_channel_order

image_channel_data_type

public int image_channel_data_type
Constructor Detail

cl_image_format

public cl_image_format()
Creates a new, uninitialized cl_image_format

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of this object.