Rust wgpu (4): Create Point and Line Primitives

Опубликовано: 18 Декабрь 2024
на канале: Practical Programming with Dr. Xu
4,189
68

This is the 4th video of a video series about "wgpu Graphics Programming in Rust Step-by-Step". It shows how to create point and line primitives.

Most examples used in this video series are based on my recently published book "Practical GPU Graphics with wgpu and Rust" Visit https://drxudotnet.com for details about this book.


----------------------------------------------------------------------
The source code link:
https://github.com/jack1232/wgpu-Step...