Public Member Functions | Properties

Cloo.ComputeImageFormat Struct Reference

Represents an OpenCL image format. More...

List of all members.

Public Member Functions

 ComputeImageFormat (ComputeImageChannelOrder channelOrder, ComputeImageChannelType channelType)
 Creates a new ComputeImageFormat.

Properties

ComputeImageChannelOrder ChannelOrder [get]
 Gets the ComputeImageChannleOrder of the ComputeImage.
ComputeImageChannelType ChannelType [get]
 Gets the ComputeImageChannelType of the ComputeImage.

Detailed Description

Represents an OpenCL image format.

This structure defines the type, count and size of the image channels.

See also:
ComputeImage

Constructor & Destructor Documentation

Cloo.ComputeImageFormat.ComputeImageFormat ( ComputeImageChannelOrder  channelOrder,
ComputeImageChannelType  channelType 
)

Creates a new ComputeImageFormat.

Parameters:
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.

Property Documentation

ComputeImageChannelOrder Cloo.ComputeImageFormat.ChannelOrder [get]

Gets the ComputeImageChannleOrder of the ComputeImage.

ComputeImageChannelType Cloo.ComputeImageFormat.ChannelType [get]

Gets the ComputeImageChannelType of the ComputeImage.


The documentation for this struct was generated from the following file: