amber icon indicating copy to clipboard operation
amber copied to clipboard

Dawn: Remove fragment shader requirement from dawn backend

Open sarahM0 opened this issue 6 years ago • 2 comments

Based on issue #553

sarahM0 avatar Jun 18 '19 17:06 sarahM0

Dawn requires a fragmentStage now and in the medium term. However there are discussions going on since WebGPU currently is set up to allow vertex-only pipelines.

sarahM0 avatar Jul 04 '19 17:07 sarahM0

I recommend keeping Amber the way it is now: require the fragment stage. Later if WebGPU and Dawn change, then we can adapt.

dneto0 avatar Jul 09 '19 18:07 dneto0