Skip to content

Instantly share code, notes, and snippets.

View greggman's full-sized avatar
😁

Greggman greggman

😁
View GitHub Profile
@greggman
greggman / README.md
Last active July 25, 2024 06:52
WebGPU: Read Pixel from texture (2d_array)
@greggman
greggman / README.md
Created July 19, 2024 18:16
WebGPU: draw texture to quad via textureLoad
@greggman
greggman / README.md
Last active July 19, 2024 18:03
WebGPU: copyBufferToTexture multisample
@greggman
greggman / README.md
Last active July 18, 2024 18:33
WebGPU: Quad (front_facing, multisample)
@greggman
greggman / README.md
Created July 12, 2024 08:38
WebGPU Cube (with depth texture visualization as texture_depth_2d)

WebGPU Cube (with depth texture visualization as texture_depth_2d)

view on jsgist

@greggman
greggman / README.md
Last active July 12, 2024 08:57
WebGPU Cube (with depth texture visualization - as texture_2d<f32>)

WebGPU Cube (with depth texture visualization - as texture_2d)

view on jsgist

@greggman
greggman / README.md
Created July 8, 2024 07:29
WebGPU: Points from mousemove
@greggman
greggman / README.md
Created July 6, 2024 03:45
Lit based <model-viewer> tag
@greggman
greggman / README.md
Last active July 5, 2024 17:56
WebGPU Occlusion Query
@greggman
greggman / README.md
Created July 5, 2024 03:02
WebGPU camera input via importExternalTexture