Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 339 Bytes

WGPU Compute->Render template

This is a template repository because I always find myself needing the same kind of setup for my uni projects.

It is a simple renderer using compute shaders. Basically consists of a compute pipeline that draws to a texture, and a quick render pipeline that draws that texture to the screen using a quad.