We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a720617 commit ed90465Copy full SHA for ed90465
examples/CSharp/OpenAL/Tutorial001.HelloSound/Program.cs
@@ -1,7 +1,7 @@
1
using NAudio.Wave;
2
using Silk.NET.OpenAL;
3
4
-// NOTE: If you prefer, you can use the static ALContext and AL functions instead of creating an API object!
+// NOTE: If you prefer, you can use the static AlContext and Al functions instead of creating an API object!
5
// Learn more: https://dotnet.github.io/Silk.NET/docs/v3/silk.net/static-vs-instance-bindings
6
var alc = AlContext.Create(); // TODO disposable
7
0 commit comments