mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Fixed getWorkGroupInfoSizeArray parameter check.
This commit is contained in:
parent
179b45a215
commit
c9e1319fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ final class InfoUtilFactory {
|
|||
|
||||
final int size;
|
||||
switch ( param_name ) {
|
||||
case CL_KERNEL_WORK_GROUP_SIZE:
|
||||
case CL_KERNEL_COMPILE_WORK_GROUP_SIZE:
|
||||
size = 3;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue