Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
/ wgpu-prac-v2 Public archive

Trying to work out how to get large, arbritrarily big buffers onto and off of the GPU

Notifications You must be signed in to change notification settings

alphastrata/wgpu-prac-v2

Repository files navigation

wgpu-compute-shader-practice-v2

GOAL:

  1. push a 1gb list of f32s across, increment them all by 1
  2. get them back
  3. 1&2 should show how to make and push larger than 128mb buffers (wgpu has some kinda look at the buffers unified ability)

About

Trying to work out how to get large, arbritrarily big buffers onto and off of the GPU

Resources

Stars

Watchers

Forks