Skip to content

Commit 1b97d7c

Browse files
authored
Link to presentation video & slides
1 parent 2604018 commit 1b97d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sample code for Compute Shader 101
22

3-
This repo contains sample code to help you get started writing applications using compute shaders. It supplements a planned presentation including a video and slides (not ready yet).
3+
This repo contains sample code to help you get started writing applications using compute shaders. It supplements a presentation including a [video](https://www.youtube.com/watch?v=DZRn_jNZjbw) and [slides](https://docs.google.com/presentation/d/1dVSXORW6JurLUcx5UhE1_7EZHuXv8APjx2y_Bbs_1Vg/edit#slide=id.p).
44

55
Compute shaders are a promising approach to tap the power of GPU compute in a portable way, but it's not easy to get started. Most real-world usage of compute shaders today is in the context of games, where they do physics simulation, advanced image effects, and more. Games already have infrastructure to connect to the GPU, detect varying levels of capability at runtime, and abstract away details of graphics drivers and shader language translation.
66

0 commit comments

Comments
 (0)