mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 16:34:03 +00:00
Removed stride and .configure. Mapped object view updates are now 50% faster. [Riven]
org.lwjgl.util.mapped.PrintBytecode is now functional. [Riven]
This commit is contained in:
parent
f0766fb6c4
commit
1f305d514a
11 changed files with 65 additions and 146 deletions
|
|
@ -45,9 +45,9 @@ public class MappedSet3 {
|
|||
public int view;
|
||||
|
||||
void view(int view) {
|
||||
MappedHelper.put_view(this.a, view);
|
||||
MappedHelper.put_view(this.b, view);
|
||||
MappedHelper.put_view(this.c, view);
|
||||
MappedHelper.put_view(this.a, view, this.a.sizeof);
|
||||
MappedHelper.put_view(this.b, view, this.b.sizeof);
|
||||
MappedHelper.put_view(this.c, view, this.c.sizeof);
|
||||
}
|
||||
|
||||
public void next() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue