- 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.
推薦閱讀
- Spring 5企業級開發實戰
- R語言數據分析從入門到精通
- Mastering JavaScript Object-Oriented Programming
- Java面向對象思想與程序設計
- JavaFX Essentials
- 區塊鏈架構與實現:Cosmos詳解
- Java:Data Science Made Easy
- MATLAB實用教程
- Oracle Database 12c Security Cookbook
- 深度強化學習算法與實踐:基于PyTorch的實現
- Gradle for Android
- Node.js Design Patterns
- 基于Struts、Hibernate、Spring架構的Web應用開發
- 軟件測試實用教程
- NetBeans IDE 8 Cookbook