JavaOpenCL64
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package club.doki7.ffm.library;
|
||||
|
||||
import club.doki7.ffm.RawFunctionLoader;
|
||||
|
||||
public sealed interface ISharedLibrary extends RawFunctionLoader, AutoCloseable permits
|
||||
JavaSystemLibrary,
|
||||
UnixLibrary,
|
||||
WindowsLibrary
|
||||
{
|
||||
@Override void close();
|
||||
}
|
||||
Reference in New Issue
Block a user