File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -76,7 +76,7 @@ Support
7676--------------------------------------------------------------------------------
7777
7878Adapters which support this experimental feature *must * return true for the new
79- ` ${X}_DEVICE_INFO_ENQUEUE_NATIVE_COMMAND_SUPPORT_EXP ` device info query.
79+ ${X}_DEVICE_INFO_ENQUEUE_NATIVE_COMMAND_SUPPORT_EXP device info query.
8080
8181
8282Contributors
You can’t perform that action at this time.
0 commit comments