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