pub unsafe extern "C" fn nvPTXCompilerGetInfoLogSize(
compiler: nvPTXCompilerHandle,
infoLogSize: *mut size_t,
) -> nvPTXCompileResultExpand description
\ingroup compilation
\brief Query the size of the information message that was seen previously for the handle
\param [in] compiler A handle to PTX compiler on which nvPTXCompilerCompile() has been performed. \param [out] infoLogSize The size of the information log in bytes which was produced in previous call to nvPTXCompilerCompiler().
\return
- \link #nvPTXCompileResult NVPTXCOMPILE_SUCCESS \endlink
- \link #nvPTXCompileResult NVPTXCOMPILE_ERROR_INTERNAL \endlink
- \link #nvPTXCompileResult NVPTXCOMPILE_ERROR_INVALID_PROGRAM_HANDLE \endlink