Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 603 Bytes

WebGpu Quad

This is some simple code for setting up uniforms and a fullscreen quad shader in webgpu. (check warnings down below before using this)

WebGPU Introduction

WARNING:

don't use vec3 variables in the uniforms. it currently has some bugs. use a vec4 instead.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm run dev

Production build

npm run build