mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
DevIL dynamic lib loading. Added some Mac and Linux code.
This commit is contained in:
parent
808da28ada
commit
f7e73b3ea7
4 changed files with 5 additions and 3 deletions
|
|
@ -300,7 +300,7 @@ public class IL {
|
|||
public static final int IL_EOF = -1;
|
||||
|
||||
static {
|
||||
System.loadLibrary("DevIL");
|
||||
//System.loadLibrary("DevIL");
|
||||
System.loadLibrary("lwjgl-devil");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ public class ILU {
|
|||
// public static final int ILU_VENDOR = IL_VENDOR;
|
||||
|
||||
static {
|
||||
System.loadLibrary("ILU");
|
||||
// System.loadLibrary("ILU");
|
||||
System.loadLibrary("lwjgl-devil");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ public class ILUT {
|
|||
public static final int ILUT_OPENGL = 0;
|
||||
|
||||
static {
|
||||
System.loadLibrary("ILU");
|
||||
// System.loadLibrary("ILU");
|
||||
System.loadLibrary("lwjgl-devil");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue