Package org.jocl

Class cl_image_format


  • public final class cl_image_format
    extends java.lang.Object
    Java port of a cl_image_format
    • Constructor Summary

      Constructors 
      Constructor Description
      cl_image_format()
      Creates a new, uninitialized cl_image_format
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.