WebGPU Learning Series Catalog

Introduction

Hello everyone, this series from 0 to start learning WebGPU API, and gives relevant demo.

WebGPU Introduction

WebGPU equivalent DX12 / Vulkan, programmers can operate more flexibly GPU, thus greatly enhancing performance.

Why learn WebGPU

  • WebGPU better support for multi-threading

  • WebGPU support compute shader, so that programmers can take advantage of GPU optimization to achieve a lot

  • WebGPU and WebGL2 difference is large, the two are not easily compatible. If you want to WebGL1 upgrade, it is best to upgrade directly to WebGPU, once and for all
  • WebGPU is standard, all major browsers support. Unlike WebGL2, Apple does not support directly.

  • Currently WebGPU Although not yet officially released, but has been more mature, but also for learning relevant Demo

table of Contents

Guess you like

Origin www.cnblogs.com/chaogex/p/12005108.html