New issue
Advanced search Search tips

Issue 877133 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 789238
issue 868192



Sign in to add a comment

Refactor CommonDecoder so that WebGPUDecoder doesn't need to implement GL-specific stuff

Project Member Reported by kainino@chromium.org, Aug 23

Issue description

There are a lot of functions currently NOTREACHED in WebGPUDecoderImpl because they are not actually relevant to the WebGPU decoder implementation.

We should refactor CommonDecoder so that it doesn't have so many GL-related (or otherwise not-WebGPU-relevant) virtual methods in its interface.

It will be easier to do this a little later once we've determined exactly which functions are and aren't needed in the WebGPU decoder.
 
Blockedon: 789238

Sign in to add a comment