@@ -32,13 +32,13 @@ within the native API through the function passed to
32
32
${x}EnqueueNativeCommandExp, the function argument must only use the native
33
33
queue accessed through ${x}QueueGetNativeHandle. Use of a native queue that is
34
34
not the native queue returned by ${x}QueueGetNativeHandle results in undefined
35
- behaviour .
35
+ behavior .
36
36
37
- Any args that are needed by the func must be passed through a void* and unpacked
38
- within the func. If ${x}_mem_handle_t arguments are to be used within
39
- pfnNativeEnqueue, they must be accessed using ${x}MemGetNativeHandle.
40
- ${x}_mem_handle_t arguments must be packed in the void* argument that will be
41
- used in pfnNativeEnqueue, as well as ${x}EnqueueNativeCommandExp's phMemList
37
+ Any args that are needed by the func must be passed through a `` void* `` and unpacked
38
+ within the func. If `` ${x}_mem_handle_t `` arguments are to be used within
39
+ `` pfnNativeEnqueue `` , they must be accessed using ${x}MemGetNativeHandle.
40
+ `` ${x}_mem_handle_t `` arguments must be packed in the void* argument that will be
41
+ used in `` pfnNativeEnqueue `` , as well as ${x}EnqueueNativeCommandExp's `` phMemList ``
42
42
argument.
43
43
44
44
API
@@ -65,24 +65,25 @@ Functions
65
65
Changelog
66
66
--------------------------------------------------------------------------------
67
67
68
- +-----------+-------------------------+
69
- | Revision | Changes |
70
- +===========+=========================+
71
- | 1.0 | Initial Draft |
72
- +-----------+-------------------------+
73
- | 1.1 | Make `phEvent ` optional |
74
- +-----------+-------------------------+
68
+ +-----------+--------------------------- +
69
+ | Revision | Changes |
70
+ +===========+=========================== +
71
+ | 1.0 | Initial Draft |
72
+ +-----------+--------------------------- +
73
+ | 1.1 | Make `` phEvent ` ` optional |
74
+ +-----------+--------------------------- +
75
75
76
76
77
77
Support
78
78
--------------------------------------------------------------------------------
79
79
80
80
Adapters which support this experimental feature *must * return true for the new
81
- `${X}_DEVICE_INFO_ENQUEUE_NATIVE_COMMAND_SUPPORT_EXP ` device info query.
81
+ `` ${X}_DEVICE_INFO_ENQUEUE_NATIVE_COMMAND_SUPPORT_EXP ` ` device info query.
82
82
83
83
84
84
Contributors
85
85
--------------------------------------------------------------------------------
86
86
87
87
* Hugh Delaney `hugh.delaney@codeplay.com <hugh.delaney@codeplay.com >`_
88
88
* Kenneth Benzie (Benie) `k.benzie@codeplay.com <k.benzie@codeplay.com >`_
89
+ * Ewan Crawford `ewan@codeplay.com <ewan@codeplay.com >`_
0 commit comments