本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
brkho
/
mesa
關注
1
收藏
0
複製
0
程式碼
版本發佈
562
Wiki
活動
瀏覽代碼
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;
}
Write
Preview
Loading…
取消
儲存