<div dir="ltr">You'll have to cast your render window to vtkOpenGLRenderWindow.<div>If w is your render window you have to:</div><div><br></div><div><div>vtkOpenGLExtensionManager *extensions = w->GetExtensionManager();</div><div>std::cout << extensions->GetDriverGLVendor() << std::endl</div><div>              << extensions->GetDriverGLVersion() << std::endl</div><div>              << extensions->GetDriverGLRenderer() << std::endl;</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 17, 2017 at 6:18 PM, kay <span dir="ltr"><<a href="mailto:jayavardhanravi@outlook.com" target="_blank">jayavardhanravi@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am trying to measure the performance of the VTK application. I am trying<br>
find whether my application is using graphic card or not. Can anyone let me<br>
know how do I check this.<br>
<br>
I had the NVidia graphic card installed on my system and all the drivers are<br>
updated.<br>
<br>
Thanks for you time<br>
<br>
Regards,<br>
Kay<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/How-do-we-check-weather-my-VTK-application-is-using-GPU-Graphic-card-tp5743997.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/How-do-we-check-weather-<wbr>my-VTK-application-is-using-<wbr>GPU-Graphic-card-tp5743997.<wbr>html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>