RT @greggman
Having trouble calculating offsets in your uniform or storage buffers in #WebGPU? Paste your shader into the #WGSL Offset Computer
https://webgpufundamentals.org/webgpu/lessons/resources/wgsl-offset-computer.html
Was looking into #WGSL this weekend and keeps me wondering why I should learn a new shading language. What does it exactly solve? Think will keep to #spir-v toolset for now using #HLSL . If I need to learn something new , best that it is a standard I can use for most of my projects.
Was looking into #WGSL this weekend and keeps me wondering why I should learn a new shading language. What does it exactly solve? Think will keep to #spir-v toolset for now using #HLSL . If I need to learn something new , best that it is a standard I can use for most of my projects.
3D graphics n00b trying to learn #wgsl (with #rust). I’m finding very little info outside of the #WebGPU spec. I need super basic info like “what inputs and outputs are allowed in a vertex shader” and “what does the system do with the output of your vertex shader” and “how does the fragment shader relate to the vertex shader”. I found the tutorials for #wgpu but they basically just show example code and don’t really explain what’s going on. Any suggestions for basic education in this space?
I will be giving at talk on High Performance Rust UI on Friday at 8am Pacific time, on https://twitch.tv/raphlinus. There will also be a recording for people who can't make the time.
There are so many things happening in #xilem space it's hard to keep track of them all. @matt just landed AccessKit support in glazier. @dfrg has a proof of concept of Lottie animations playing on the #WGSL port. What a time to be alive!
#Rust #BevyEngine #Shaders #WGSL
J'ai enfin réussi a faire un shader qui pixélise une image je suis fière de moi😅
#rust #bevyengine #shaders #wgsl
As of https://github.com/linebender/piet-gpu/pull/220 , we now have piet-gpu running in the browser (Chrome Canary with WebGPU flag enabled). There are still rough edges (it won't run on Windows yet because FXC), but it's still a pretty major milestone. #WGSL