mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-06 09:20:28 +00:00
.. | ||
tutorial3-pipeline | ||
tutorial4-buffer | ||
README.md | ||
tutorial1-window.md | ||
tutorial2-swapchain-cleared-window.png | ||
tutorial2-swapchain.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.