OpenGL 1.5 or higher needed by exe file that uses cocos2d-x. How to make it work without video card?

StackOverflow https://stackoverflow.com/questions/17065072

  •  31-05-2022
  •  | 
  •  

문제

I tried to build sample projects in cocos2d-x. When I run the exe files, there's a pop window that tells me that OpenGL 1.5 or higher is needed and I should update my drivers. Unfortunately my PC currently don't have video card. Can I upgrade the OpenGL version in my PC without buying a video card?

My PC currently uses Intel® G33/G31 Express Chipset Family.

도움이 되었습니까?

해결책 2

I found out here that Intel® G33/G31 Express Chipset Family can support of up to OpenGL 1.4 only. And the only solution to my problem is to buy a video card.

다른 팁

Install the Mesa 3D Graphics Library. From the mesa3d (dot) org website, "Mesa includes a special off-screen rendering interface called OSMesa. It's unique in that the interface has no dependencies on any operating system or window system. Mesa's off-screen rendering interface is quite simple. Documentation for it may be found in the Mesa README file and there is an example program in the Mesa distribution (demos/osdemo.c)."

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top