[][src]Function slang_sys::spGetEntryPointSource

pub unsafe extern "C" fn spGetEntryPointSource(
    request: *mut SlangCompileRequest,
    entryPointIndex: c_int
) -> *const c_char

Get the output source code associated with a specific entry point.

The lifetime of the output pointer is the same as request.