Function rps_sys::rpsProgramCreate

source ·
pub unsafe extern "C" fn rpsProgramCreate(
    hDevice: RpsDevice,
    pCreateInfo: *const RpsProgramCreateInfo,
    phProgram: *mut RpsSubprogram
) -> RpsResult
Expand description

Creates a subprogram.

@param hDevice Handle to the device to use for creation. @param pCreateInfo Pointer to the creation parameters. Must not be NULL. @param phProgram Pointer to a handle in which the subprogram is returned. Must not be NULL.

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