|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opencl.api.CLImageFormat
public final class CLImageFormat
Simple container for cl_image_format struct values.
| Field Summary | |
|---|---|
static int |
STRUCT_SIZE
The cl_image_format struct size in bytes. |
| Constructor Summary | |
|---|---|
CLImageFormat(int channelOrder,
int channelType)
|
|
| Method Summary | |
|---|---|
int |
getChannelOrder()
|
int |
getChannelType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STRUCT_SIZE
| Constructor Detail |
|---|
public CLImageFormat(int channelOrder,
int channelType)
| Method Detail |
|---|
public int getChannelOrder()
public int getChannelType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||