使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
brkho
/
mesa
关注
1
点赞
0
派生
0
代码
版本发布
562
百科
动态
浏览代码
glsl2: remove trailing comma to silence warning
tags/mesa-7.9-rc1
Brian Paul
15 年前
父节点
8485f4d9aa
当前提交
6dc89d221d
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
1
1
src/glsl/ir.h
+ 1
- 1
src/glsl/ir.h
查看文件
@@ -60,7 +60,7 @@ enum ir_node_type {
ir_type_return,
ir_type_swizzle,
ir_type_texture,
ir_type_max
,
/**< maximum ir_type enum number, for validation */
ir_type_max /**< maximum ir_type enum number, for validation */
};
/**
撰写
预览
正在加载...
取消
保存