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

A way to find out whether a texture is loaded by a renderer. #953

Open
jespertheend opened this issue Sep 23, 2024 · 0 comments
Open

A way to find out whether a texture is loaded by a renderer. #953

jespertheend opened this issue Sep 23, 2024 · 0 comments
Labels
topic: WebGPU Renderer Related to the WebGpuRenderer
Milestone

Comments

@jespertheend
Copy link
Collaborator

The WebGPU renderer doesn't seem to render textures right away and there's no way for the shader to know whether the texture has been loaded yet. This results in the texture popping in.
The user should be able to delay rendering of objects entirely when textures haven't loaded yet.

@jespertheend jespertheend added the topic: WebGPU Renderer Related to the WebGpuRenderer label Sep 23, 2024
@jespertheend jespertheend added this to the V1.0 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: WebGPU Renderer Related to the WebGpuRenderer
Projects
None yet
Development

No branches or pull requests

1 participant