openGL之API学习(二零六)glClientActiveTexture
来源:http://www.tudoupe.com时间:2022-02-17
最多支持到gl3,gl4以后无此函数。
glClientActiveTexture selects the vertex array client state parameters to be modified by glTexCoordPointer, and enabled or disabled with glEnableClientState or glDisableClientState, respectively, when called with a parameter of GL_TEXTURE_COORD_ARRAY.
glClientActiveTexture
texture
Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTUREi, where i ranges from 0 to the value of GL_MAX_TEXTURE_COORDS - 1, which is an implementation-dependent value. The initial value is GL_TEXTURE0.
下一篇:没有了
相关新闻
- 2022-02-16 CC++:编译器偶然的bug-三联符序列
- 2022-02-16 opencv学习笔记之图像尺寸、翻转与
- 2022-02-16 用depends 来解决dll文件缺失等相关的
- 2022-02-16 PE系统安装教程
- 2022-02-16 Open3D 手动裁剪点云
- 2022-02-16 PE系统安装教程
- 2022-02-16 微PE制作U盘启动盘教程
- 2022-02-16 使用微PE安装Windows系统——写给小
- 2022-02-16 IC后端物理效应WPE--Well Proximity Eff
- 2022-02-16 iperf linux移植
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
