dcl ~master (2016-06-23T19:33:39Z)
Dub
Repo
CLContext
dcl
context
class
CLContext :
CLObject
{
class
NotifyBuffer
;
NotifyBuffer
notify_buffer
;
CLContext
[
cl_context
]
used
;
CLDevice
[]
_devices
;
cl_context
id
;
struct
Notify
;
this
(
CLDevice
[]
devs
)
;
this
(
CLPlatform
pl
,
CLDevice
.
Type
type
=
CLDevice
.
Type
.
ALL
)
;
CLPlatform
platform
()
;
CLDevice
[]
devices
()
;
Notify
[]
notifies
()
;
void
dropNotifies
()
;
CLProgram
buildProgram
(
string
src
,
CLBuildOption
[]
opt
= [])
;
CLCommandQueue
createQueue
(
CLCommandQueue
.
Properties
[]
prop
,
size_t
devNo
=
0
)
;
}
Constructors
this
this
(
CLDevice
[]
devs
)
this
this
(
CLPlatform
pl
,
CLDevice
.
Type
type
=
CLDevice
.
Type
.
ALL
)
Members
Classes
NotifyBuffer
class
NotifyBuffer
Functions
buildProgram
CLProgram
buildProgram
(
string
src
,
CLBuildOption
[]
opt
= [])
createQueue
CLCommandQueue
createQueue
(
CLCommandQueue
.
Properties
[]
prop
,
size_t
devNo
=
0
)
devices
CLDevice
[]
devices
()
dropNotifies
void
dropNotifies
()
notifies
Notify
[]
notifies
()
platform
CLPlatform
platform
()
Structs
Notify
struct
Notify
Variables
id
cl_context
id
;
notify_buffer
NotifyBuffer
notify_buffer
;
Meta
Source
See Implementation
dcl
context
classes
CLContext