Docs page shows this snippet on how to use web gpu
GraphicsContext graphicsContext = new Evergine.WebGPU.WGPUGraphicsContext();
graphicsContext.CreateDevice();
I wasn't able to locate WGPUGraphicsContext anywhere on nuget or in Evergine repos.
Is there any demo or sample project on how to use WGPUGraphicsContext?
Following up on https://github.com/EvergineTeam/EvergineDocs/issues/6, which I guess wasn't a right spot to raise an issue.
Docs page shows this snippet on how to use web gpu
I wasn't able to locate
WGPUGraphicsContext
anywhere on nuget or in Evergine repos. Is there any demo or sample project on how to useWGPUGraphicsContext
?