port from perforce
This commit is contained in:
11
aiwaz/Backup/Aiwaz.Contracts/ISwapChain.cs
Normal file
11
aiwaz/Backup/Aiwaz.Contracts/ISwapChain.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Aiwaz.Contracts
|
||||
{
|
||||
public interface ISwapChain
|
||||
{
|
||||
void Resize(int argWidth, int argHeight);
|
||||
void Present();
|
||||
|
||||
bool Fullscreen { get; set; }
|
||||
bool VSync { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user