开发者

'glGetTexLevelParameter' was not declared in this scope

开发者 https://www.devze.com 2023-02-23 05:12 出处:网络
Alright, so before anyone asks, yes I do have <gl/gl.h> inc开发者_JS百科luded. Anyone have any idea why this one function, glGetTexLevelParameter, isn\'t showing up?Because that\'s only the base

Alright, so before anyone asks, yes I do have <gl/gl.h> inc开发者_JS百科luded. Anyone have any idea why this one function, glGetTexLevelParameter, isn't showing up?


Because that's only the base name of the function. You need either the integer array or float array form, as in glGetTexLevelParameteriv or glGetTexLevelParameterfv.

See this link for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消