rmlSetNumD3DCommandLists
Sets the number of internal command lists to use for execution if interop command list is not specified.
rml_status rmlSetNumD3DCommandLists( |
rml_context context, |
unsigned int num_command_lists); |
API
Direct3D 12 Interoperation
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
context |
input |
A valid context handle. |
num_command_lists |
input |
A number of internal command lists that will be created. |
Return and Status Codes
Returns one of the following status codes:
RML_OK
if the operation is successfulRML_ERROR_BAD_PARAMETER
if context is invalid or num_command_lists is 0
To get more details in case of failure, call rmlGetLastError().