3 #if SILICONSTUDIO_PARADOX_GRAPHICS_API_DIRECT3D
4 using SiliconStudio.Core;
6 namespace SiliconStudio.
Paradox.Graphics
8 internal class CommandList : ComponentBase, ICommandList
10 public SharpDX.Direct3D11.CommandList NativeCommandList {
get;
private set; }
12 public CommandList(SharpDX.Direct3D11.CommandList commandList)
14 NativeCommandList = commandList;
15 commandList.DisposeBy(
this);