public interface CLContextNotify
Callback for CLContext.createContext*()
-
Method Summary
Modifier and Type Method Description static Callback<CLContextNotify>
call(CLContextNotify notify)
void
notify(java.lang.String what, java.nio.ByteBuffer error_info)
-
Method Details
-
notify
void notify(java.lang.String what, java.nio.ByteBuffer error_info) -
call
-