|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Public Member Functions | |
| String | toString () |
Public Member Functions inherited from com.jogamp.opencl.CLImage< B > | |
| CLImageFormat | getFormat () |
| Returns the image format descriptor specified when image was created. More... | |
| int | getElementSize () |
| Returns the size of each element of the image memory object given by image. More... | |
| int | getRowPitch () |
| Returns the size in bytes of a row of elements of the image object given by image. More... | |
| int | getWidth () |
| Returns width of this image in pixels. More... | |
| int | getHeight () |
| Returns the height of this image in pixels. More... | |
Protected Member Functions | |
| CLImage2d (final CLContext context, final B directBuffer, final CLImageFormat format, final CLImageInfoAccessor accessor, final int width, final int height, final long id, final int flags) | |
Protected Member Functions inherited from com.jogamp.opencl.CLImage< B > | |
| CLImage (final CLContext context, final B directBuffer, final CLImageFormat format, final int width, final int height, final long id, final int flags) | |
| CLImage (final CLContext context, final B directBuffer, final CLImageFormat format, final CLImageInfoAccessor accessor, final int width, final int height, final long id, final int flags) | |
Additional Inherited Members | |
Public Attributes inherited from com.jogamp.opencl.CLImage< B > | |
| final int | width |
| final int | height |
Static Protected Member Functions inherited from com.jogamp.opencl.CLImage< B > | |
| static CLImageFormat | createUninitializedImageFormat () |
Protected Attributes inherited from com.jogamp.opencl.CLImage< B > | |
| CLImageFormat | format |
Definition at line 42 of file CLImage2d.java.
|
protected |
Definition at line 48 of file CLImage2d.java.
| String com.jogamp.opencl.CLImage2d< B extends Buffer >.toString | ( | ) |
Definition at line 74 of file CLImage2d.java.