pub unsafe extern "C" fn rpsRenderGraphGetParamVariable(
    hRenderGraphBuilder: RpsRenderGraphBuilder,
    paramId: RpsParamId
) -> RpsVariable
Expand description

@brief Gets a variable from the render graph builder by its ID.

@param hRenderGraphBuilder Handle to the render graph builder to get the variable from. @param paramId Index of the parameter.

@returns Variable identified by its ID.