Struct DefaultCommandListLock
Used to prevent concurrent uses of CommandList against the main one.
public struct DefaultCommandListLock : IDisposable
- Implements
- Inherited Members
- Extension Methods
Constructors
DefaultCommandListLock(CommandList)
public DefaultCommandListLock(CommandList lockObject)
Parameters
lockObject
CommandList
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()