stride-community-toolkit
stride-community-toolkit copied to clipboard
Naming conflict between GraphicsDeviceExtensions in Stride.Graphics and Stride.CommunityToolkit.Graphics
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.
Which extension method do you use?
I tried both at the same time, and there is no conflict.