JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
CLPlatformInfoAccessor.java
Go to the documentation of this file.
1/*
2 * Created on Thursday, May 19 2011 16:47
3 */
4package com.jogamp.opencl.spi;
5
6/**
7 *
8 * @author Michael Bien
9 */
10public interface CLPlatformInfoAccessor extends CLInfoAccessor {
11
12 long[] getDeviceIDs(long type);
13
14}
Internal utility for common OpenCL clGetFooInfo calls.