aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/spi/CLPlatformInfoAccessor.java
blob: eb97fb5662e0f32d0aa6dac564e370be3ca43d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Created on Thursday, May 19 2011 16:47
 */
package com.jogamp.opencl.spi;

/**
 *
 * @author Michael Bien
 */
public interface CLPlatformInfoAccessor extends CLInfoAccessor {

    long[] getDeviceIDs(long type);

}