Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: TextureView plumbing #1967

Merged
merged 1 commit into from
Feb 26, 2024
Merged

chore: TextureView plumbing #1967

merged 1 commit into from
Feb 26, 2024

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Feb 25, 2024

For #1860

Background

  • A GPUTextureView style class fills a gap in the luma.gl API, as it provides more fine grained control over texture usage in WebGL and will allow us to expose the full capabilities of WebGPU.

Change List

  • Add abstract class, WebGL and WebGPU implementations
  • update Framebuffer and Bindings to accept Tesxture Views.
  • reference page for TextureView class.

TODO

  • Texture.createTextureView() will be implemented once Texture refactor is landed.

@ibgreen ibgreen marked this pull request as ready for review February 25, 2024 22:52
@ibgreen ibgreen merged commit ae36d56 into master Feb 26, 2024
1 of 2 checks passed
@ibgreen ibgreen deleted the ib/texture-view branch February 26, 2024 00:50
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.

None yet

1 participant