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

3D copyToTexture WebGPU/WebGLBackend functionality #30619

Open
zonkypop opened this issue Feb 27, 2025 · 0 comments
Open

3D copyToTexture WebGPU/WebGLBackend functionality #30619

zonkypop opened this issue Feb 27, 2025 · 0 comments

Comments

@zonkypop
Copy link
Contributor

zonkypop commented Feb 27, 2025

Description

Currently there is no functionality for copying 3D textures,

I noticed the type signature changed from Box3/Box2 to Vector4 for the srcRegion. I have kept Box3/Box2 so the functionality is the same as the original WebGL renderer.

Copying 3D textures is really useful, I'm currently porting over a distance field ambient occlusion project to TSL and this functionality is needed.

Solution

I've created two PRs for this:

#30618
#30584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants