Function rps_sys::rpsDeviceCreate
source · pub unsafe extern "C" fn rpsDeviceCreate(
pCreateInfo: *const RpsDeviceCreateInfo,
pHDevice: *mut RpsDevice
) -> RpsResultExpand description
Creates a device object.
@param pCreateInfo Pointer to creation parameters. Passing NULL initializes the device with default parameters. @param pHDevice Pointer in which the device object is returned. Must not be NULL.
@returns Result code of the operation. See RpsResult for more info.