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