mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Added NV OpenCL extensions.
This commit is contained in:
parent
eab30c3976
commit
662abf403b
5 changed files with 130 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ public class HelloOpenCL {
|
|||
printDeviceInfo(device, "CL_DRIVER_VERSION", CL_DRIVER_VERSION);
|
||||
printDeviceInfo(device, "CL_DEVICE_PROFILE", CL_DEVICE_PROFILE);
|
||||
printDeviceInfo(device, "CL_DEVICE_VERSION", CL_DEVICE_VERSION);
|
||||
printDeviceInfo(device, "CL_DEVICE_EXTENSIONS", CL_DEVICE_EXTENSIONS);
|
||||
if ( caps.OpenCL11 )
|
||||
printDeviceInfo(device, "CL_DEVICE_OPENCL_C_VERSION", CL_DEVICE_OPENCL_C_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue