mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
New OpenAL programming model:
no context/device fiddling easier initialization
This commit is contained in:
parent
b705ea51d0
commit
866e55ad22
21 changed files with 1123 additions and 1175 deletions
|
|
@ -71,9 +71,6 @@ public class PlayTestMemory extends BasicTest {
|
|||
|
||||
int lastError;
|
||||
|
||||
//initialize AL, using ALC
|
||||
alInitialize();
|
||||
|
||||
//create 1 buffer and 1 source
|
||||
IntBuffer buffers = createIntBuffer(1);
|
||||
IntBuffer sources = createIntBuffer(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue