More tests and minor changes.
authorNot Zed <notzed@gmail.com>
Sat, 25 Jan 2020 23:36:19 +0000 (10:06 +1030)
committerNot Zed <notzed@gmail.com>
Sat, 25 Jan 2020 23:36:19 +0000 (10:06 +1030)
commit12359a375d629c39dd8844ab7fd5e05e8d7d6fea
treef1da40d0e00728050830f37b73cdd47d18c50d0e
parente7f69c626ab79c450d430c003b7e427f1c5c885b
More tests and minor changes.
src/notzed.zcl/classes/api/Native.java
src/notzed.zcl/classes/au/notzed/zcl/CLContext.java
src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java
src/notzed.zcl/classes/module-info.java
src/notzed.zcl/tests/au/notzed/zcl/CLBufferTest.java [new file with mode: 0644]
src/notzed.zcl/tests/au/notzed/zcl/CLCommandQueueTest.java [new file with mode: 0644]
src/notzed.zcl/tests/au/notzed/zcl/CLProgramTest.java