openGL_a1 笔记
时间:2020-01-23 15:27:46
收藏:0
阅读:89
【GLuint】 unsigned binary integer(in "glad.h", typedef unsigned int GLuint;)
【::】在类外部,定义成员函数;在类外部,引用成员函数
资料及链接:
双冒号
https://www.runoob.com/w3cnote/cpp-two-colon-usage.html
原文:https://www.cnblogs.com/programmingdrifter/p/12230636.html
评论(0)