shithub: gpufswip

ref: 35ff0931afeac236868423ae29a8dde69892f64b
dir: /slides/comp.p/

View raw version
.PS
{
	right
	FS: box "GPU" "\s-2Filesystem\s0" wid 2 ht 2
	move 2
	GPU: box "GPU" wid 2 ht 2
}
[ "Shader " rjust; arrow ] with .e at 0.5 <FS.w, FS.nw>
[ "Buffer " rjust; arrow ] with .e at 0.5 <FS.w, FS.sw>
arrow from .5<FS.e, FS.ne> to .5<GPU.w, GPU.nw> "\s-4compile\s0" "\s-4upload\s0"
line <-> from .5<FS.e, FS.se> to .5<GPU.w, GPU.sw> "\s-4upload\s0" "\s-4download\s0"
spline <-> from .5<GPU.e, GPU.ne> right 1 then down 1 then to .5<GPU.e, GPU.se>
right
[ move 2; " execute" ljust ] at GPU.e
.PE