@@ -32,13 +32,13 @@ within the native API through the function passed to
3232${x}EnqueueNativeCommandExp, the function argument must only use the native
3333queue accessed through ${x}QueueGetNativeHandle. Use of a native queue that is
3434not the native queue returned by ${x}QueueGetNativeHandle results in undefined
35- behaviour .
35+ behavior .
3636
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 ``
4242argument.
4343
4444API
@@ -65,24 +65,25 @@ Functions
6565Changelog
6666--------------------------------------------------------------------------------
6767
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+ +-----------+--------------------------- +
7575
7676
7777Support
7878--------------------------------------------------------------------------------
7979
8080Adapters 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.
8282
8383
8484Contributors
8585--------------------------------------------------------------------------------
8686
8787888889+
0 commit comments