Skip to content

Conversation

@cieplypolar
Copy link
Collaborator

@cieplypolar cieplypolar commented Nov 21, 2025

  • wgsl resolution test for lines combinations example (tricky, because there are a lot of options)

Closes #1930.

@github-actions
Copy link

github-actions bot commented Nov 21, 2025

pkg.pr.new

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

https://pkg.pr.new/software-mansion/TypeGPU/typegpu@582630b4069c4b7d3b05d6148aac3876728dfed0
https://pkg.pr.new/software-mansion/TypeGPU/@typegpu/noise@582630b4069c4b7d3b05d6148aac3876728dfed0
https://pkg.pr.new/software-mansion/TypeGPU/unplugin-typegpu@582630b4069c4b7d3b05d6148aac3876728dfed0

benchmark
view benchmark

commit
view commit

let totalVertexCount = u32(0);
for (let level = u32(0); level < 8; level += 1) {
let totalVertexCount = u32();
for (let level = u32(); level < 8; level += 1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason to change these two lines? I kinda preferred seeing the explicit 0 in there

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Force of habit, 0s restored ;)

@cieplypolar cieplypolar marked this pull request as ready for review November 25, 2025 16:03
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.

fix: Fix 'Lines Combinations' and 'Wind Map' examples

3 participants