Compare commits
No commits in common. "91672d5760346ef56857aeca4091fe43fb3e63ab" and "546b7feca7e52dbd64439d9498ba1df830b71965" have entirely different histories.
91672d5760
...
546b7feca7
@ -1,6 +1,6 @@
|
|||||||
using Nerfed.Runtime.Video;
|
using System.Runtime.InteropServices;
|
||||||
|
using Nerfed.Runtime.Video;
|
||||||
using RefreshCS;
|
using RefreshCS;
|
||||||
using System.Runtime.InteropServices;
|
|
||||||
|
|
||||||
namespace Nerfed.Runtime.Graphics;
|
namespace Nerfed.Runtime.Graphics;
|
||||||
|
|
||||||
@ -372,11 +372,6 @@ private void Dispose(bool disposing)
|
|||||||
|
|
||||||
resources.Clear();
|
resources.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
ResourceManager.Unload(FullscreenVertexShader);
|
|
||||||
ResourceManager.Unload(TextFragmentShader);
|
|
||||||
ResourceManager.Unload(TextVertexShader);
|
|
||||||
ResourceManager.Unload(VideoFragmentShader);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Refresh.Refresh_DestroyDevice(Handle);
|
Refresh.Refresh_DestroyDevice(Handle);
|
||||||
|
Loading…
Reference in New Issue
Block a user