EvergineTeam / Feedback

Feedback, feature requests, and bug reports for Evergine.
https://evergine.com
14 stars 1 forks source link

WGPUGraphicsContext is not available? #191

Open kyrvlasiuk opened 8 months ago

kyrvlasiuk commented 8 months ago

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

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?