mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-04 06:00:47 +00:00
.. | ||
README.md | ||
tutorial1-window.md | ||
tutorial2-swapchain-cleared-window.png | ||
tutorial2-swapchain.md | ||
tutorial3-pipeline-composite.svg | ||
tutorial3-pipeline-triangle.png | ||
tutorial3-pipeline-vertices.png | ||
tutorial3-pipeline-vertices.svg | ||
tutorial3-pipeline.md |
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.