Function rps_sys::rpsCmdGetArgRuntimeResourceArray
source · pub unsafe extern "C" fn rpsCmdGetArgRuntimeResourceArray(
pContext: *const RpsCmdCallbackContext,
argIndex: RpsParamId,
srcArrayOffset: u32,
pRuntimeResources: *mut RpsRuntimeResource,
numResources: u32
) -> RpsResultExpand description
@brief Gets an array of runtime resources from a resource node argument.
@param pContext Callback context of the current command.
@param argIndex Index of the argument to get the runtime resource from. Must be a resource array
argument if numResources > 1.
@param srcArrayOffset Offset to the first runtime resource to get.
@param pRuntimeResources Pointer to an array of
@returns Result code of the operation. See