mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Removed StructBuffer
This commit is contained in:
parent
44053c96a8
commit
12be603c2f
7 changed files with 1661 additions and 423 deletions
|
|
@ -163,4 +163,14 @@ public final class Sys {
|
|||
*/
|
||||
public static native void setProcessPriority(int priority);
|
||||
|
||||
/**
|
||||
* @return the optimum alignment for structures for use by the vector library
|
||||
*/
|
||||
public static native int getFastStructureAlignment();
|
||||
|
||||
/**
|
||||
* @return the optimum alignment for structure members for use by the vector library
|
||||
*/
|
||||
public static native int getFastMemberAlignment();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue