Safe Haskell | None |
---|---|
Language | Haskell98 |
Declaration of types, bounds and constants
Documentation
type PlatformID = Ptr PlatformIDc Source
type CommandQueue = Ptr CommandQueuec Source
type CLbitfield = CLulong Source
type ImageFormatp = Ptr ImageFormat Source
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