Open Bug 1927126 Opened 8 days ago Updated 8 days ago

[webgpu] https://fluid.loga.nz/ doesnt draw anything and continuously increases memory

Categories

(Core :: Graphics: WebGPU, defect)

defect

Tracking

()

People

(Reporter: mayankleoboy1, Unassigned)

References

(Depends on 1 open bug, )

Details

Go to https://fluid.loga.nz/

AR: Nothing draws on screen. Memory rises continuously.
ER: It should draw when mouse is clicked inside. Like chrome.

18:19:39.279 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015. (Reason: CORS request did not succeed). Status code: (null).

18:19:39.279 None of the “sha512” hashes in the integrity attribute match the content of the subresource. The computed hash is “z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==”. fluid.loga.nz
18:19:39.314 injected firefox content.js:142:11
18:19:39.404 Uncaptured WebGPU error: Shader module creation failed: Shader validation error
18:19:39.404
Encountered one or more errors while creating shader module "advect module"
18:19:39.404
WebGPU compilation info for shader module "advect module" (1 error(s), 0 warning(s), 0 info)
18:19:39.404
Encountered one or more errors while creating shader module "advect module"
18:19:39.404
WebGPU compilation info for shader module "advect module" (1 error(s), 0 warning(s), 0 info)
18:19:39.404 Uncaptured WebGPU error: Unable to derive an implicit layout, caused by: Binding 1 entry is invalid, caused by: Read-write and read-only storage textures are not allowed by webgpu, they require the native only feature TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES
18:19:39.404 Uncaptured WebGPU error: ShaderModule with 'advect module' label is invalid
18:19:39.404 Uncaptured WebGPU error: Shader module creation failed: Parsing error
18:19:39.404
Encountered one or more errors while creating shader module "Field display renderer"
18:19:39.404
WebGPU compilation info for shader module "Field display renderer" (1 error(s), 0 warning(s), 0 info)
18:19:39.404

Shader 'Field display renderer' parsing error: failed to convert expression to a concrete type: Cannot cast scalar components of expression [21] Binary { op: Multiply, left: [19], right: [20] } to type f32
┌─ wgsl:53:26

53 │ let color = hsl_to_rgb(value * 360.0, 0.6, clamp(value * 5.0, 0, 0.5));
│ ^^^^^^^^^^^^^ this expression has type {AbstractFloat}

= note: the expression should have been converted to have f32 scalar type

Severity: -- → S3
Depends on: 1829879
You need to log in before you can comment on or make changes to this bug.