Closed Bug 1679140 Opened 5 years ago Closed 5 years ago

Typo in WebGLContext::UniformData

Categories

(Core :: Graphics: CanvasWebGL, defect)

Firefox 83
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: dimitri.sabadie, Assigned: dimitri.sabadie)

References

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0

Steps to reproduce:

Create a small WebGL app sending a 4×4 32-bit float matrix to a shader uniform, but with the incorrect size (like sending more or less data than 16 32-bit floats).

Actual results:

I created a small example program in Rust, compiled to wasm, using uniform matrices (WebGL). The console of firefox would show a warning because I had a bug in the wasm layer of my application, and that warning had a typo.

Expected results:

Warning without typo.

Also, I have a patch incoming for this. Currently cloning the repo, I should provide the patch today.

Change exactle -> exactly.

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Canvas: WebGL
Product: Firefox → Core

The severity field is not set for this bug.
:jgilbert, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(jgilbert)

Fixed in bug 1638568.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Depends on: 1638568
Flags: needinfo?(jgilbert)
Resolution: --- → FIXED
Assignee: nobody → dimitri.sabadie
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: