mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +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
|
|
@ -35,6 +35,7 @@ import org.lwjgl.util.mapped.MappedObjectClassLoader;
|
|||
import org.lwjgl.util.mapped.MappedObjectTransformer;
|
||||
|
||||
/** @author Riven */
|
||||
@SuppressWarnings("static-access")
|
||||
public class TestMappedObject {
|
||||
|
||||
static {
|
||||
|
|
@ -49,7 +50,6 @@ public class TestMappedObject {
|
|||
MappedObjectTransformer.register(MappedVec2.class);
|
||||
MappedObjectTransformer.register(MappedVec3.class);
|
||||
MappedObjectTransformer.register(MappedSomething.class);
|
||||
|
||||
MappedObjectTransformer.register(MappedObjectTests3.Xyz.class);
|
||||
|
||||
if ( MappedObjectClassLoader.fork(TestMappedObject.class, args) ) {
|
||||
|
|
@ -70,8 +70,8 @@ public class TestMappedObject {
|
|||
MappedObjectTests3.testForeach();
|
||||
MappedObjectTests3.testConstructor();
|
||||
MappedObjectTests3.testMappedSet();
|
||||
|
||||
MappedObjectWithLibrary.testLWJGL();
|
||||
|
||||
System.out.println("done");
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue