Function rps_sys::rpsRenderGraphCreate
source · pub unsafe extern "C" fn rpsRenderGraphCreate(
hDevice: RpsDevice,
pCreateInfo: *const RpsRenderGraphCreateInfo,
phRenderGraph: *mut RpsRenderGraph
) -> RpsResultExpand description
Creates a render graph.
@param hDevice Handle to the device to use for creation. Must not be RPS_NULL_HANDLE. @param pCreateInfo Pointer to creation parameters. Must not be NULL. @param phRenderGraph Pointer a handle in which the render graph is returned. Must not be NULL.
@returns Result code of the operation. See RpsResult for more info.