Move interface IBlendState to own file

This commit is contained in:
YoshiRulz 2021-02-14 15:27:33 +10:00 committed by James Groom
parent f36fc654ca
commit b1af3b1940
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,4 @@
namespace BizHawk.Bizware.BizwareGL
{
public interface IBlendState {}
}

View File

@ -1,7 +1,5 @@
namespace BizHawk.Bizware.BizwareGL
{
public interface IBlendState { }
/// <summary>
/// An IBlendState token that just caches all the args needed to create a blend state
/// </summary>