Example 1: Compute shader DFT (F12 to see output)

Example 2: Triangle vertex + fragment shader

Example 3: Vertex buffers and textures. FPS:

Example 4: Compute + Render shader loop with access to each other's input buffers. FPS:

Example 5: Chaining multiple compute and render shaders.