How do I fake OpenGL in an Azure Virtual Machine?

馋奶兔 提交于 2019-12-12 14:02:43

问题


I'd like to run some programs in my Azure VM (Windows Server 2008), that require OpenGL 2.0.

However the VM has no video hardware :), how can I fake the programs into believing I have a good enough video card?

How am I supposed to get to the point of all development in the cloud, if I can't have virtual video cards? :)


回答1:


You could place a Mesa softpipe (software rasterizer) build opengl32.dll beside your program's executable. Heck, on a machine without a proper graphics card it would be even acceptable to replace the system opengl32.dll (though this is not recommended).




回答2:


Check the OpenGL section here... and make sure u r using openscad 64 bit



来源:https://stackoverflow.com/questions/21389451/how-do-i-fake-opengl-in-an-azure-virtual-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!