WebGPU Experiments
Published on 2024-07-08 by Noxim
This is a modification of the hardcoded triangle example with 4x multisampling enabled. In short, the number of samples must be defined for the pipeline and you need a temporary render texture to hold the samples.
Press Alt-Enter to execute