[][src]Function slang_sys::spSessionCheckPassThroughSupport

pub unsafe extern "C" fn spSessionCheckPassThroughSupport(
    session: *mut SlangSession,
    passThrough: SlangPassThrough
) -> SlangResult

@brief Returns SLANG_OK if a the pass through support 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