Skip to content

Conversation

@floryst
Copy link
Contributor

@floryst floryst commented Feb 25, 2025

Context

The create* methods have enough parameters to warrant using named parameters.

Closes #3222

Results

  • vtkOpenGLTexture create* methods now use named parameters

Changes

  • Documentation and TypeScript definitions were updated to match those changes

PR and Code Checklist

  • semantic-release commit messages
  • Run npm run reformat to have correctly formatted code

Testing

  • This change adds or fixes unit tests
  • Tested environment:
    • vtk.js:
    • OS:
    • Browser:

@floryst floryst requested review from finetjul and sankhesh February 25, 2025 21:27
@floryst floryst force-pushed the opengltexture-named-parameters branch 2 times, most recently from b820050 to b7fdd20 Compare February 26, 2025 18:19
@floryst
Copy link
Contributor Author

floryst commented Feb 26, 2025

FYI @sedghi

@sedghi
Copy link
Contributor

sedghi commented Feb 26, 2025

Looks great!

Copy link
Collaborator

@sankhesh sankhesh left a comment

Choose a reason for hiding this comment

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

LGTM

@floryst floryst force-pushed the opengltexture-named-parameters branch from b7fdd20 to ecfb22b Compare February 27, 2025 16:56
Copy link
Member

@finetjul finetjul left a comment

Choose a reason for hiding this comment

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

LGTM

@floryst floryst force-pushed the opengltexture-named-parameters branch 2 times, most recently from 9c33a0a to caf8081 Compare April 16, 2025 17:18
@floryst floryst changed the base branch from master to beta April 16, 2025 17:27
@floryst floryst changed the base branch from beta to master April 16, 2025 17:28
@floryst floryst force-pushed the opengltexture-named-parameters branch from caf8081 to 8e7e117 Compare April 18, 2025 14:52
@floryst floryst changed the base branch from master to beta April 18, 2025 14:53
@floryst floryst force-pushed the opengltexture-named-parameters branch from 8e7e117 to 281b5a6 Compare April 18, 2025 14:55
floryst added 2 commits May 16, 2025 10:58
The create* methods have enough parameters to warrant using named
parameters.

BREAKING CHANGE: the create* methods now use named parameters rather
than positional parameters.
@floryst floryst force-pushed the opengltexture-named-parameters branch from 281b5a6 to ab63d35 Compare May 16, 2025 14:59
@floryst floryst merged commit 74b3a79 into beta May 16, 2025
2 checks passed
@floryst floryst deleted the opengltexture-named-parameters branch May 16, 2025 15:08
@floryst floryst mentioned this pull request Jun 5, 2025
1 task
floryst added a commit that referenced this pull request Jun 13, 2025
Major changes:
- #3239
- #3224
- #3171
- #3159
- #3158
- #3157
@github-actions
Copy link

🎉 This PR is included in version 34.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Automated label label Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Automated label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] vtkOpenGLTexture create* methods to use named arguments

5 participants