|
Cloo 0.9.1
|
Represents an OpenCL image format. More...
Public Member Functions | |
| ComputeImageFormat (ComputeImageChannelOrder channelOrder, ComputeImageChannelType channelType) | |
| Creates a new ComputeImageFormat. | |
Properties | |
| ComputeImageChannelOrder | ChannelOrder [get] |
| Gets the ComputeImageChannelOrder of the ComputeImage. | |
| ComputeImageChannelType | ChannelType [get] |
| Gets the ComputeImageChannelType of the ComputeImage. | |
Represents an OpenCL image format.
This structure defines the type, count and size of the image channels.
| Cloo.ComputeImageFormat.ComputeImageFormat | ( | ComputeImageChannelOrder | channelOrder, |
| ComputeImageChannelType | channelType | ||
| ) |
Creates a new ComputeImageFormat.
| channelOrder | The number of channels and the channel layout i.e. the memory layout in which channels are stored in the ComputeImage. |
| channelType | The type of the channel data. The number of bits per element determined by the channelType and channelOrder must be a power of two. |
ComputeImageChannelOrder Cloo.ComputeImageFormat.ChannelOrder [get] |
Gets the ComputeImageChannelOrder of the ComputeImage.
The ComputeImageChannelOrder of the ComputeImage.
ComputeImageChannelType Cloo.ComputeImageFormat.ChannelType [get] |
Gets the ComputeImageChannelType of the ComputeImage.
The ComputeImageChannelType of the ComputeImage.
1.7.4