- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 114字
- 2021-06-30 14:45:47
Getting glad
You can get glad from https://glad.dav1d.de/, a web-based generator:
- Go to the site, select Version 3.3 from the gl dropdown, and select Core from the Profile dropdown:
Figure 1.4: Configuring glad
- Scroll to the bottom and hit the Generate button. This should start downloading a ZIP file that contains all of the required code.
The code presented in this book is forward compatible with OpenGL version 3.3 or a more recent version. If you want to use a newer OpenGL version, such as 4.6, change the gl dropdown under API to the desired version. You will be adding the contents of this ZIP file to your main project in the next section.
推薦閱讀
- C++ Primer習題集(第5版)
- 數據結構(Python語言描述)(第2版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Mastering Google App Engine
- Mastering Drupal 8 Views
- Visual Basic程序設計實驗指導(第二版)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Programming with CodeIgniterMVC
- 零基礎學C語言程序設計
- Learning Concurrency in Python
- C語言程序設計教程
- VMware vSphere 5.5 Cookbook
- Learning Shiny
- 深入大型數據集:并行與分布化Python代碼
- Leaflet.js Essentials