Skip to content

Commit 67275aa

Browse files
author
Ewan Crawford
authored
Fix command-buffer extension typo (#780)
The return type of `clCreateCommandBufferKHR` is missing the `_khr` suffix in its definition.
1 parent 5733d01 commit 67275aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/cl_khr_command_buffer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ The function
481481
indexterm:[clCreateCommandBufferKHR]
482482
[source]
483483
----
484-
cl_command_buffer clCreateCommandBufferKHR(
484+
cl_command_buffer_khr clCreateCommandBufferKHR(
485485
cl_uint num_queues,
486486
const cl_command_queue* queues,
487487
const cl_command_buffer_properties_khr* properties,

0 commit comments

Comments
 (0)