mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Format RenderApi code
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
|
||||
namespace Microsoft.Iris.Render.Graphics
|
||||
{
|
||||
internal interface ISurfaceContentOwner
|
||||
{
|
||||
void OnSurfaceDisposed(Surface surface);
|
||||
internal interface ISurfaceContentOwner
|
||||
{
|
||||
void OnSurfaceDisposed(Surface surface);
|
||||
|
||||
void OnRestoreContent(Surface surface);
|
||||
}
|
||||
void OnRestoreContent(Surface surface);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user