Implement Gouraud-based shading using WebGPU.#20885
Implement Gouraud-based shading using WebGPU.#20885calixteman merged 1 commit intomozilla:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20885 +/- ##
==========================================
- Coverage 62.72% 62.62% -0.10%
==========================================
Files 173 174 +1
Lines 121500 121930 +430
==========================================
+ Hits 76205 76353 +148
- Misses 45295 45577 +282
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
And FYI, I've in mind to implement the function-based shading, when it's possible, in using WebGPU api. |
|
A couple of quick observations/questions:
|
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/313b63316afb1e9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/313b63316afb1e9/output.txt Total script time: 1.93 mins Published |
timvandermeij
left a comment
There was a problem hiding this comment.
r=me, with the comment addressed. Let's see how this goes; thanks!
Snuffleupagus
left a comment
There was a problem hiding this comment.
r=me, with comment addressed.
The WebGPU feature hasn't been released yet but it's interesting to see how we can use it in order to speed up the rendering of some objects. This patch allows to render mesh patterns using WebGPU. I didn't see any significant performance improvement on my machine (mac M2) but it may be different on other platforms.
The WebGPU feature hasn't been released yet but it's interesting to see how we can use it in order to speed up the rendering of some objects.
This patch allows to render mesh patterns using WebGPU.
I didn't see any significant performance improvement on my machine (mac M2) but it may be different on other platforms.