pub unsafe extern "C" fn rpsCmdGetArgRuntimeResource(
    pContext: *const RpsCmdCallbackContext,
    argIndex: RpsParamId,
    pRuntimeResource: *mut RpsRuntimeResource
) -> RpsResult
Expand description

Gets the runtime resource from a resource node argument.

@param pContext Pointer to the current command callback context. Must not be NULL. @param argIndex Index of the parameter in the current command node callback. @param pRuntimeResource Pointer in which the runtime resource is returned. Must not be NULL.

@returns Result code of the operation. See RpsResult for more info.