Skip to content

visionary-3d/webgpu-fullscreen-shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages