[][src]Function slang_sys::spSessionCheckCompileTargetSupport

pub unsafe extern "C" fn spSessionCheckCompileTargetSupport(
    session: *mut SlangSession,
    target: SlangCompileTarget
) -> SlangResult

@brief Returns SLANG_OK if a the compilation target is supported for this session @param session Session @param target The compilation target to test @return SLANG_OK if the target is available SLANG_E_NOT_IMPLEMENTED if not implemented in this build SLANG_E_NOT_FOUND if other resources (such as shared libraries) required to make target work could not be found SLANG_FAIL other kinds of failures