Skip to content

Conversation

@reczkok
Copy link
Contributor

@reczkok reczkok commented Oct 28, 2025

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 28, 2025

pkg.pr.new

packages
Ready to be installed by your favorite package manager ⬇️

https://pkg.pr.new/software-mansion/TypeGPU/typegpu@55a395a4f02c5e8660914de9e619fd77018aa100
https://pkg.pr.new/software-mansion/TypeGPU/@typegpu/noise@55a395a4f02c5e8660914de9e619fd77018aa100
https://pkg.pr.new/software-mansion/TypeGPU/unplugin-typegpu@55a395a4f02c5e8660914de9e619fd77018aa100

benchmark
view benchmark

commit
view commit

Copy link
Contributor

@lursz lursz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

- <a href="https://webgpufundamentals.org/webgpu/lessons/webgpu-storage-textures.html" target="_blank" rel="noopener noreferrer">Storage Textures</a>
:::

In a similar fashion to buffers, textures provide a way to store and manage data on the GPU. They allow for both read and write access from WGSL shaders, and can also be sampled in the case of sampled textures. The main advantage of using textures over buffers is their optimized memory layout for spatial data, which can lead to better performance in certain scenarios as well as additional functionality such as filtering and mipmapping.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main advantage of using textures over buffers is their optimized layout for spatial data, offering better performance and enabling features like filtering and mipmapping

```

### Mipmaps

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider a word of introduction about mipmaps (or add to 'Read before')

Copy link
Collaborator

@iwoplaza iwoplaza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📖 DOCS DOCS DOCS 📖

@reczkok reczkok marked this pull request as ready for review October 30, 2025 11:06
@reczkok reczkok merged commit e0f26ee into main Oct 30, 2025
3 checks passed
@reczkok reczkok deleted the docs/textures branch October 30, 2025 11:25
@iwoplaza iwoplaza linked an issue Nov 1, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Textures

4 participants