Initialize WebGPU

This commit is contained in:
2024-08-18 19:53:31 +02:00
parent f64510fbd2
commit b40af1200a
4 changed files with 208 additions and 95 deletions

View File

@@ -124,7 +124,7 @@ namespace Voile.Audio
public override void Shutdown()
{
throw new NotImplementedException();
}
private FMOD.System _system;