Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CommandList"/> class.
 /// </summary>
 /// <param name="deviceContext">The device context.</param>
 public CommandList(DeviceContext deviceContext) : base(IntPtr.Zero)
 {
     deviceContext.CreateCommandList(this);
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CommandList"/> class.
 /// </summary>
 /// <param name="deviceContext">The device context.</param>
 public CommandList(DeviceContext deviceContext) : base(IntPtr.Zero)
 {
     deviceContext.CreateCommandList(this);
 }