You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
/// <param name="numCommandLists"><dd> <p> The number of command lists to be executed. </p> </dd></param>
32
-
/// <param name="commandListsOut"><dd> <p> The array of <strong><see cref="SharpDX.Direct3D12.CommandList"/></strong> command lists to be executed. </p> </dd></param>
45
+
/// <param name="commandList">The <see cref="SharpDX.Direct3D12.CommandList"/> be executed.</param>
33
46
/// <remarks>
34
47
/// <p> The driver is free to patch the submitted command lists. It is the calling application?s responsibility to ensure that the graphics processing unit (GPU) is not currently reading the any of the submitted command lists from a previous execution. </p><p> Applications are encouraged to batch together command list executions to reduce fixed costs associated with submitted commands to the GPU. </p>
/// Submits an array of command lists for execution.
57
+
/// </summary>
58
+
/// <param name="commandLists">
59
+
/// The array of <see cref="SharpDX.Direct3D12.CommandList"/> command lists to be executed.
60
+
/// </param>
61
+
/// <remarks>
62
+
/// The driver is free to patch the submitted command lists.
63
+
/// It is the calling application's responsibility to ensure that the graphics processing unit (GPU) is not currently reading the any of the submitted command lists from a previous execution.
64
+
/// Applications are encouraged to batch together command list executions to reduce fixed costs associated with submitted commands to the GPU.
0 commit comments