mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
Added support for array access to mapped objects.
Added SpriteShootout test that uses mapped objects.
This commit is contained in:
parent
087d0f4ba9
commit
20b9d3f89f
18 changed files with 2108 additions and 602 deletions
|
|
@ -71,6 +71,11 @@ public class TestMappedObject {
|
|||
MappedObjectTests3.testConstructor();
|
||||
MappedObjectTests3.testMappedSet();
|
||||
|
||||
MappedObjectTests4.testLocalView();
|
||||
|
||||
//MappedObjectTests4.testLWJGL();
|
||||
|
||||
|
||||
System.out.println("done");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue