问题描述
我想在运行的Azure我的虚拟机(Windows Server 2008的)一些程序,需要的OpenGL 2.0。
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? :)
推荐答案
您可以放置一个梅萨softpipe(软件光栅)建 OPENGL32.DLL
你的程序的可执行旁边。哎呀,没有一个合适的显卡的机器上的话会接受更换系统OPENGL32.DLL(虽然这是不推荐)。
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).
这篇关于我如何在Azure中的虚拟机的OpenGL假?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!