Skip to content

Conversation

@gkv311
Copy link
Contributor

@gkv311 gkv311 commented Nov 21, 2025

Extend patch from #21184 to two more functions.

var vars = [];
for (var i = 0; i < count; i++)
vars.push(UTF8ToString({{{ makeGetValue('varyings', 'i*4', 'i32') }}}));
vars.push(UTF8ToString({{{ makeGetValue('varyings', 'i*' + POINTER_SIZE, '*') }}}));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are there any tests that cover these functions?

Copy link
Collaborator

@sbc100 sbc100 left a comment

Choose a reason for hiding this comment

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

lgtm % testing

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.

2 participants