mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
ircd:🆑 Fix write buffer call.
This commit is contained in:
parent
dea1118bda
commit
7e188fa7f6
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ try
|
|||
|
||||
call
|
||||
(
|
||||
clEnqueueReadBuffer,
|
||||
clEnqueueWriteBuffer,
|
||||
q,
|
||||
cl_mem(data.handle),
|
||||
blocking,
|
||||
|
|
Loading…
Reference in a new issue