Safe Haskell | None |
---|
Declaration of types, bounds and constants
Documentation
type PlatformID = Ptr PlatformIDcSource
type CommandQueue = Ptr CommandQueuecSource
type CLbitfield = CLulongSource
type ImageFormatp = Ptr ImageFormatSource
type ImageFormat = (ChannelOrder, ChannelType)Source
newtype ContextProperties Source
newtype CommandQueueProperties Source
newtype DeviceExecCapabilities Source
newtype DeviceMemCacheType Source
newtype DeviceLocalMemType Source
data CLKernelInfoRetval Source
data CLImageInfoRetval Source
data CLEventInfoRetval Source
data CLDeviceInfoRetval Source
type NativeKernelCallback = Ptr () -> IO ()Source
type BuildProgramCallback = Program -> Ptr () -> IO ()Source