<div dir="ltr">Hi<br><br>Here, we use :<br><div><br></div><div>std::string l_gpu_info = std::string( (char*)glGetString(GL_VENDOR) ) + std::string( (char*)glGetString(GL_RENDERER) ) + std::string( (char*)glGetString(GL_VERSION) );</div>

<div>for( unsigned int i=0; i<l_gpu_info.length(); ++i ){</div><div>    l_gpu_info[i] = tolower(l_gpu_info[i]);</div><div>}</div><div><br></div><div>if( l_gpu_info.find( "nvidia" ) != std::string::npos ){</div>

<div><span style="white-space:pre">    </span>std::cout<< "NVIDIA Card detected !" << std::endl;</div><div>}</div><div><br>Be sure to have a valid OpenGL context initialized before to call that. <br>

<br>Simon<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-07 16:45 GMT+02:00 Doug Hoppes <span dir="ltr"><<a href="mailto:dhoppes@mbfbioscience.com" target="_blank">dhoppes@mbfbioscience.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hi all… is there a simple way to get the name of the graphics card manufacturer?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I would like to check if the user has an NVidia card or not.<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Doug<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</font></span></div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>------------------------------------------------------------------<br>Simon Esneault<div>13 rue Vasselot<br>35000 Rennes, France<br>Tel : 06 64 61 30 94<br>

Mail : <a href="mailto:simon.esneault@gmail.com" target="_blank">simon.esneault@gmail.com</a><br>------------------------------------------------------------------</div>
</div>