stride-community-toolkit icon indicating copy to clipboard operation
stride-community-toolkit copied to clipboard

Naming conflict between GraphicsDeviceExtensions in Stride.Graphics and Stride.CommunityToolkit.Graphics

Open ourabigdev opened this issue 10 months ago • 1 comments

Both Stride.Graphics and Stride.CommunityToolkit.Graphics contain a static class named GraphicsDeviceExtensions, which causes a conflict when trying to use both namespaces in the same file. I'm currently using Stride.Graphics and would like to access the GraphicsDeviceExtensions class from Stride.CommunityToolkit.Graphics without naming issues.

A rename or workaround to resolve this conflict would be appreciated.

ourabigdev avatar Mar 11 '25 23:03 ourabigdev

Which extension method do you use?

I tried both at the same time, and there is no conflict.

Image

VaclavElias avatar Mar 17 '25 14:03 VaclavElias