使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
brkho
/
mesa
关注
1
点赞
0
派生
0
代码
版本发布
562
百科
动态
浏览代码
Move 'static' to start of declaration to silence compiler warning
tags/mesa_7_7_rc1
Ian Romanick
16 年前
父节点
12982e381d
当前提交
b1616b2a81
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
1
1
src/mesa/main/texstore.c
+ 1
- 1
src/mesa/main/texstore.c
查看文件
@@ -3121,7 +3121,7 @@ _mesa_texstore_sla8(TEXSTORE_PARAMS)
* Table mapping MESA_FORMAT_8 to _mesa_texstore_*()
* XXX this is somewhat temporary.
*/
const
static struct {
static
const
struct {
gl_format Name;
StoreTexImageFunc Store;
}
撰写
预览
正在加载...
取消
保存