Sample: simpleGL
Minimum spec: SM 3.5

Simple program which demonstrates interoperability between CUDA and OpenGL. The program modifies vertex positions with CUDA and uses OpenGL to render the geometry.

Key concepts:
Graphics Interop
Vertex Buffers
3D Graphics
