hopencl-0.2.0: Haskell bindings for OpenCL

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

Foreign.OpenCL.Bindings.Types

Description

OpenCL types

Synopsis

Documentation

type PlatformID = Ptr CPlatformID

type DeviceID = Ptr CDeviceID

type Context = ForeignPtr CContext

type CommandQueue = ForeignPtr CCommandQueue

type Program = ForeignPtr CProgram

type Kernel = ForeignPtr CKernel

type Event = ForeignPtr CEvent

type Sampler = ForeignPtr CSampler

data MemObject a

Type representing OpenCL memory objects

type ClChar = CSChar

type ClInt = CInt

type ClUInt = CUInt

type ClLong = CLong

data ClBool

type ClSize = CULong

data DeviceInfo