dotnet / dotnet/Silk.NET

[OpenAL] AL_SOFT_source_spatialize not supported in linux

Open
#2,491 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
5.2k
Forks
477
Avg merge
3d 16h
Merged PRs (30d)
2

Description

# Summary
The extension "AL_SOFT_source_spatialize" is not available in WSL

```csharp
AL AL = AL.GetApi(true);
if (!AL.IsExtensionPresent("AL_SOFT_source_spatialize"))//true on Windows, false on Linux(WSL)
```

I'm not sure whether this is a problem with the binary or the operating system.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.