stride/samples/Graphics/CustomEffect/CustomEffect.Windows/CustomEffectApp.cs

5 lines
64 B
C#

using Stride.Engine;
using var game = new Game();
game.Run();