[][src]Function slang_sys::spGetEntryPointCode

pub unsafe extern "C" fn spGetEntryPointCode(
    request: *mut SlangCompileRequest,
    entryPointIndex: c_int,
    outSize: *mut usize
) -> *const c_void

Get the output bytecode associated with a specific entry point.

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