| cocos2d-x 3.0 |
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
Public 成员函数 | Public 属性 | 所有成员列表
UniformValue::U联合体 参考
#include
| ## Public 成员函数 | |
| U () | |
| ~U () | |
| U & | operator= (const U &other) |
| ## Public 属性 | |
| float | floatValue |
| int | intValue |
| float | v2Value [2] |
| float | v3Value [3] |
| float | v4Value [4] |
| float | matrixValue [16] |
| struct { | |
| GLuint textureId | |
| GLuint textureUnit | |
| } | tex |
| std::function< void(Uniform )> | callback |
构造及析构函数说明
| inline |
| inline |
成员函数说明
| inline |
类成员变量说明
| std::function<void(Uniform)> callback |
| float floatValue |
| int intValue |
| float matrixValue[16] |
| struct { … } tex |
| GLuint textureId |
| GLuint textureUnit |
| float v2Value[2] |
| float v3Value[3] |
| float v4Value[4] |
该联合体的文档由以下文件生成:
- /Users/zeroyang/Documents/github/cocos2d-x/cocos/renderer/CCGLProgramState.h
- cocos2d
- UniformValue
- U
- 生成于 2014年 五月 29日 星期四 09:41:53 , 为 cocos2d-x使用
1.8.6
