sotrh / learn-wgpu

Guide for using gfx-rs's wgpu library.
https://sotrh.github.io/learn-wgpu/
MIT License
1.53k stars 267 forks source link

Added a Note about the Index buffer #581

Open Local-Trash opened 2 weeks ago

Local-Trash commented 2 weeks ago

It describes how the index buffer needs to be ordered counterclockwise for FrontFace::CCw and clockwise for FrontFace::Cw.