[][src]Function slang_sys::spGetCompileRequestCode

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

Get the output bytecode associated with an entire compile request.

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