DefaultCommandListLock Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Used to prevent concurrent uses of CommandList against the main one.
public struct DefaultCommandListLock : IDisposable
| Name | Description | |
|---|---|---|
| Constructors | ||
| DefaultCommandListLock(CommandList) | ||
| Methods | ||
| Dispose() | ||
Constructors
DefaultCommandListLock(CommandList)
public DefaultCommandListLock(CommandList lockObject)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandList | lockObject |
Methods
Dispose()
public void Dispose()
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()