From a30df3e7445e7963b8ca4afc4d4593c97c26617c Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 3 Nov 2022 23:03:57 +0100 Subject: [PATCH 1/4] section on wgpu wiki update --- content/news/039/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/news/039/index.md b/content/news/039/index.md index 7b9aacd2e..18d63c567 100644 --- a/content/news/039/index.md +++ b/content/news/039/index.md @@ -130,6 +130,14 @@ it hit version 0.28 which added new functionality and improved existing: ## Learning Material Updates +### Wgpu wiki page + +[@wumpf](https://twitter.com/wumpf/) updated the +[wgpu wiki](https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu) to include an explanation of some +of the fundamental wgpu/WebGPU concepts. +It includes info diagrams on how `RenderPipeline` connects to other resources as well +as an overview on the data structures involved in rendering a frame. + ## Tooling Updates ## Library Updates From ca8b17e74f0d1eb35f10ffb5d8882714fe66a860 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 6 Nov 2022 14:17:45 +0000 Subject: [PATCH 2/4] Update index.md --- content/news/039/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/news/039/index.md b/content/news/039/index.md index 18d63c567..9831a6a15 100644 --- a/content/news/039/index.md +++ b/content/news/039/index.md @@ -130,11 +130,12 @@ it hit version 0.28 which added new functionality and improved existing: ## Learning Material Updates -### Wgpu wiki page +### WGPU Wiki [@wumpf](https://twitter.com/wumpf/) updated the [wgpu wiki](https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu) to include an explanation of some of the fundamental wgpu/WebGPU concepts. + It includes info diagrams on how `RenderPipeline` connects to other resources as well as an overview on the data structures involved in rendering a frame. From 27b0fda74e04e4e6530dc047006002ecf42a1d29 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 6 Nov 2022 14:19:14 +0000 Subject: [PATCH 3/4] Update index.md --- content/news/039/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/news/039/index.md b/content/news/039/index.md index 9831a6a15..ea9ed1dc0 100644 --- a/content/news/039/index.md +++ b/content/news/039/index.md @@ -133,11 +133,13 @@ it hit version 0.28 which added new functionality and improved existing: ### WGPU Wiki [@wumpf](https://twitter.com/wumpf/) updated the -[wgpu wiki](https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu) to include an explanation of some -of the fundamental wgpu/WebGPU concepts. +[wgpu wiki](https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu) +to include an explanation of some of the fundamental +wgpu/WebGPU concepts. -It includes info diagrams on how `RenderPipeline` connects to other resources as well -as an overview on the data structures involved in rendering a frame. +It includes info diagrams on how `RenderPipeline` connects +to other resources as well as an overview on the data structures +involved in rendering a frame. ## Tooling Updates From c08826971a57a7fbc5e545f68e5cee4063fd2177 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 6 Nov 2022 14:48:09 +0000 Subject: [PATCH 4/4] Update index.md --- content/news/039/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/039/index.md b/content/news/039/index.md index ea9ed1dc0..fad8ee0b8 100644 --- a/content/news/039/index.md +++ b/content/news/039/index.md @@ -132,7 +132,7 @@ it hit version 0.28 which added new functionality and improved existing: ### WGPU Wiki -[@wumpf](https://twitter.com/wumpf/) updated the +[@wumpf](https://twitter.com/wumpf/) updated the [wgpu wiki](https://github.com/gfx-rs/wgpu/wiki/Learning-wgpu) to include an explanation of some of the fundamental wgpu/WebGPU concepts.