You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
I have project that shows the world map but I was having issues with the memory so I have created a new empty project, currently I only have the following:
using System.Windows;
namespace WorldMap
{
public partial class MainWindow : Window
{
public MainWindow()
{
}
}
}
Scene_Map.cs
using SharpDX.WPF;
namespace WorldMap.Scenario
{
public class Scene_Map : D3D11
{
public Scene_Map()
{
}
}
}
When I execute it, the memory increases really fast (around 6MB each minute), what am I doing wrong?
I am new into SharpDX so I really appreciate any help.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have project that shows the world map but I was having issues with the memory so I have created a new empty project, currently I only have the following:
MainWindow.xaml
MainWindow.xaml.cs
Scene_Map.cs
When I execute it, the memory increases really fast (around 6MB each minute), what am I doing wrong?
I am new into SharpDX so I really appreciate any help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: