开发者

'glGetTexLevelParameter' was not declared in this scope

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜