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:
@@ -8,10 +8,10 @@ using System.Threading;
|
||||
|
||||
namespace Microsoft.Iris.Render.Internal
|
||||
{
|
||||
internal class KeyAllocator
|
||||
{
|
||||
private static int s_idxKeyGen;
|
||||
internal class KeyAllocator
|
||||
{
|
||||
private static int s_idxKeyGen;
|
||||
|
||||
internal static uint ReserveSlot() => (uint) Interlocked.Increment(ref KeyAllocator.s_idxKeyGen);
|
||||
}
|
||||
internal static uint ReserveSlot() => (uint)Interlocked.Increment(ref KeyAllocator.s_idxKeyGen);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user