-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
WebGPURenderer: Texture2D Array #27190
Conversation
/cc @0b5vr |
@sunag Something is wrong with Compare with I can file a separate bug report if you feel it is warranted. |
@WestLangley The |
@sunag I tested your PR and it still does not look correct for some reason. Compare with |
Yes, that is what I am seeing. |
Does this enable |
I will implement it in a separate PR, I would like to use |
* WebGPURenderer: Texture2D Array * WebGLNodeBuilder: Fix function names * WebGLBackend: Add Texture2D Array * Rename: getSamplerLevelNode() -> getTextureLevelNode() * Simplifies the name of IBL context functions * cleanup
Description
I made revisions and added support for
Texture2D Array
.Example
https://raw.githack.com/mrdoob/three.js/dev/examples/webgpu_textures_2d-array.html
TSL Syntax: