()
| 8 | static { Library.staticLoad(); } |
| 9 | |
| 10 | @NotNull @Contract("-> new") |
| 11 | public static DirectContext makeGL() { |
| 12 | Stats.onNativeCall(); |
| 13 | return new DirectContext(_nMakeGL()); |
| 14 | } |
| 15 | |
| 16 | @NotNull @Contract("-> this") |
| 17 | public static DirectContext makeMetal(long devicePtr, long queuePtr) { |
no test coverage detected