当前位置:网站首页>API learning of OpenGL (2007) gltexcoordpointer
API learning of OpenGL (2007) gltexcoordpointer
2022-06-28 06:03:00 【hankern】
Up to gl3,gl4 No such function in the future .
This function is called on the client .
Texture coordinate data is initially disabled , Can not be glArrayElement, glDrawElements, glDrawRangeElements, glDrawArrays, glMultiDrawArrays, or glMultiDrawElements call .
void glTexCoordPointer( GLint size,
GLenum type,
GLsizei stride,
const GLvoid * pointer);
Parameters
size
Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4.
type
Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT.
stride
Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0.
pointer
Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0.
边栏推荐
- A full set of excellent SEO tutorials worth 300 yuan [159 lessons]
- Select trigger event from easyUI drop-down box
- idea根据数据库表生成实体类
- @The reason why the Autowired annotation is empty
- MR-WordCount
- Data middle office: six questions data middle office
- ES9023音频解码芯片的工作原理
- Data warehouse: detailed explanation of hierarchical design
- 移动广告发展动向:撬动存量,精细营销
- Apple MDM Bypass 免越狱绕过MDM配置锁 免费
猜你喜欢

How to add live chat in your Shopify store?

Oracle condition, circular statement

Yygh-6-wechat login

Drop down box for implementation

高质量国产立体声编解码器CJC8988,Pin to Pin替代WM8988

Filecoin黑客松开发者大赛

How the third-party libraries in cocoapod reference local header files

Jenkins continues integration 2

Qtcanpool knowledge 07:ribbon

Binder interview: memory management unit
随机推荐
Data warehouse: detailed explanation of hierarchical design
Data center: Seven Swords of data governance
numpy. reshape, numpy. Understanding of transfer
预训练模型参数不匹配
开发者的时代红利在哪里?
Jenkins continuous integration 1
Qtcanpool knowledge 07:ribbon
Capacity scheduling absolute value configuration queue usage and pit avoidance
Use the SQL SELECT count distinct query statement to count the total number of unique values of a field in the database
PKG package node project (express)
高质量国产立体声编解码器CJC8988,Pin to Pin替代WM8988
Lombok @equalsandhashcode annotation how to make objects The equals () method compares only some attributes
Yygh-6-wechat login
6. graduation design temperature and humidity monitoring system (esp8266 + DHT11 +oled real-time upload temperature and humidity data to the public network server and display the real-time temperature
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance
【Paper Reading-3D Detection】Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images
JQ picture amplifier
Scripting and programming languages
学术搜索相关论文
lombok @EqualsAndHashCode 注解如何让对象.equals()方法只比较部分属性