Move interface IBlendState to own file
This commit is contained in:
parent
f36fc654ca
commit
b1af3b1940
|
@ -0,0 +1,4 @@
|
|||
namespace BizHawk.Bizware.BizwareGL
|
||||
{
|
||||
public interface IBlendState {}
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue