pub unsafe extern "C" fn rpsNullRuntimeDeviceCreate(
    pCreateInfo: *const RpsNullRuntimeDeviceCreateInfo,
    phDevice: *mut RpsDevice
) -> RpsResult
Expand description

@brief Creates a dummy runtime.

For more info see RpsNullRuntimeDeviceCreateInfo.

@param pCreateInfo Pointer to parameters for creating a dummy runtime. Passing NULL uses default parameters for creation instead. @param phDevice Pointer a handle in which the device is returned. Must not be NULL.

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