- 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.
推薦閱讀
- Learn Type:Driven Development
- Learning Real-time Processing with Spark Streaming
- Learning Docker
- arc42 by Example
- Python深度學習
- aelf區塊鏈應用架構指南
- Mastering Kali Linux for Web Penetration Testing
- 游戲程序設計教程
- 深度學習:算法入門與Keras編程實踐
- The Complete Coding Interview Guide in Java
- Instant Ext.NET Application Development
- Python之光:Python編程入門與實戰
- Internet of Things with ESP8266
- Learning YARN
- 開源項目成功之道