learn-wgpu/docs/beginner
2019-10-21 18:12:28 -06:00
..
README.md fixed typos and such 2019-10-19 16:01:59 -06:00
tutorial1-window.md fixed typos and such 2019-10-19 16:01:59 -06:00
tutorial2-swapchain-cleared-window.png tutorial2-swapchain 2019-10-19 14:32:52 -06:00
tutorial2-swapchain.md tutorial3-pipeline 2019-10-21 18:12:28 -06:00
tutorial3-pipeline-composite.svg tutorial3-pipeline 2019-10-21 18:12:28 -06:00
tutorial3-pipeline-triangle.png tutorial3-pipeline 2019-10-21 18:12:28 -06:00
tutorial3-pipeline-vertices.png tutorial3-pipeline 2019-10-21 18:12:28 -06:00
tutorial3-pipeline-vertices.svg tutorial3-pipeline 2019-10-21 18:12:28 -06:00
tutorial3-pipeline.md tutorial3-pipeline 2019-10-21 18:12:28 -06:00

What we're covering

Just the basics

To make things simpler for everyone, this section of the guide will just cover things like setting up wgpu with a window, creating the swapchain, using the render pipeline, creating and using buffers, basic texturing, and basic lighting.