port from perforce
This commit is contained in:
12
aiwaz/Aiwaz.Contracts/IPingPongBuffer.cs
Normal file
12
aiwaz/Aiwaz.Contracts/IPingPongBuffer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Aiwaz.Contracts
|
||||
{
|
||||
|
||||
interface IPingPongBuffer
|
||||
{
|
||||
ITexture InputTexture { get; set; }
|
||||
ITexture OutputTexture { get; }
|
||||
PingPongBufferDescription Descriptor { get; set; }
|
||||
IRenderCommandNode RootNode { get; }
|
||||
IRenderCommandNode PreProcessNode { get; }
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user