TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The future of GPU texture compression

13 点作者 potench超过 9 年前

2 条评论

bhouston超过 9 年前
I guess. The best way to do texture compression would be to use a procedural texture tool like Substance which creates little programs that when run create the texture with all the details the artist needs:<p><a href="https:&#x2F;&#x2F;www.allegorithmic.com&#x2F;products&#x2F;substance-designer" rel="nofollow">https:&#x2F;&#x2F;www.allegorithmic.com&#x2F;products&#x2F;substance-designer</a>
评论 #10695928 未加载
tveita超过 9 年前
So GPU texture formats are in-memory formats that must support quick random access to any texel position. This typically means that the texture is divided into blocks of fixed dimensions and bit size which can be decoded independently.<p>IIUC, the article is asking for a companion on-disk format for distribution that takes advantage of things the in-memory format can&#x27;t, like variable bitrate and interblock redundancies, while still being quickly transcodable to the in-memory format.