hopencl-0.2.1: Haskell bindings for OpenCL

Portabilitynon-portable (GHC extensions)
Stabilityexperimental
MaintainerMartin Dybdal <dybber@dybber.dk>
Safe HaskellNone

Foreign.OpenCL.Bindings.Types

Description

OpenCL types

Synopsis

Documentation

type PlatformID = Ptr CPlatformIDSource

type DeviceID = Ptr CDeviceIDSource

type Context = ForeignPtr CContextSource

type CommandQueue = ForeignPtr CCommandQueueSource

type Program = ForeignPtr CProgramSource

type Kernel = ForeignPtr CKernelSource

type Event = ForeignPtr CEventSource

type Sampler = ForeignPtr CSamplerSource

data MemObject a Source

Type representing OpenCL memory objects

data DeviceInfo Source