[][src]Function slang_sys::spFindProfile

pub unsafe extern "C" fn spFindProfile(
    session: *mut SlangSession,
    name: *const c_char
) -> SlangProfileID

Look up a compilation profile by name.

For example, one could look up the string "ps_5_0" to find the corresponding target ID.