summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CreateContextCallback.java
blob: 7a5021347eb58d28f4856be88fffdf6d02064c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.jogamp.opencl;

import java.nio.ByteBuffer;

/**
 *
 * @author Michael Bien
 */
public interface CreateContextCallback {

    public void onError(String errinfo, ByteBuffer private_info, long cb);

}