WebGPU Experiments
Published on 2023-05-28 by Noxim
This experiment renders a square with a vertex pulling approach over regular vertex attributes fetch. The core of this idea is to make away with the fixed function hardware that loads vertex attributes and instead do loading manually in the vertex shader. This is actually quite a popular approach, and on AMD hardware the shader compiler turns regular VAF code into vertex pulling anyway.
Press Alt-Enter to execute