<div dir="ltr">That's the bit of code I was looking for. Thanks Florent!</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Oct 19, 2018 at 12:24 PM Alberto Luaces <<a href="mailto:aluaces@udc.es">aluaces@udc.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Great!  Thanks a lot, Florent!<br>
<br>
COUDRET Florent writes:<br>
<br>
> Hi Alberto,<br>
><br>
> for NVidia and AMD graphics cards, we declare 2 public variables at <br>
> global scope to force using GPU at run-time (even if there is no <br>
> existing application profile).<br>
><br>
><br>
> extern "C" {<br>
><br>
>      /// Declare this variable in public to enable the NVidia side of <br>
> Optimus - <br>
> <a href="http://developer.download.nvidia.com/devzone/devcenter/gamegraphics/files/OptimusRenderingPolicies.pdf" rel="noreferrer" target="_blank">http://developer.download.nvidia.com/devzone/devcenter/gamegraphics/files/OptimusRenderingPolicies.pdf</a><br>
>      __declspec(dllexport) int NvOptimusEnablement = 1;<br>
><br>
>      /// Declare this variable in public to enable the AMD side of AMD <br>
> Switchable Graphics (13.35 driver or newer needed) - <br>
> <a href="http://devgurus.amd.com/thread/169965" rel="noreferrer" target="_blank">http://devgurus.amd.com/thread/169965</a><br>
>      __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;<br>
><br>
> }<br>
><br>
> Regards,<br>
><br>
> Florent<br>
<br>
-- <br>
Alberto<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div style="text-align:center">Chris 'Xenon' Hanson, omo sanza lettere. Xenon@AlphaPixel.com <a href="http://www.alphapixel.com/" target="_blank">http://www.alphapixel.com/</a></div><div style="text-align:center">Training • Consulting • Contracting</div><div style="text-align:center">3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL</div><div style="text-align:center"><span style="font-size:12.8000001907349px">Legal/IP •</span><span style="font-size:12.8000001907349px"> </span><span style="font-size:12.8000001907349px">Forensics •</span><span style="font-size:12.8000001907349px"> </span>Imaging <span style="font-size:12.8px">•</span><span style="font-size:12.8px"> </span><span style="font-size:12.8px">UAVs </span><span style="font-size:12.8px">• GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile • iPhone/iPad/iOS • Android</span></div><div style="text-align:center"><a href="https://twitter.com/alphapixel" target="_blank">@alphapixel</a> <a href="http://facebook.com/alphapixel" target="_blank">facebook.com/alphapixel</a> (775) 623-PIXL [7495]<br></div></div></div></div></div></div>