Is there any way to use hardware accelerated OpenGl from a Windows 7 Service? The normal Session 0 has no access to the graphics card driver.
Is there any way to configure the service that this is possible (e.g. specify user)?
I´m aware that there are possibilities for starting a new process, but using IPC would render the whole purpose of using hardware acceleration useless.
i also checked this SO questions, but it also creates a new process.