Skip to content

Latest commit

 

History

History

rasterization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rasterization

This sample application shows how GPU rasterizes triangles in slow motion (atomic operations are used in the pixel shader). This works by capturing render output to a transient buffer and then playing it back at human-discernable speed.

Demo in action: https://www.youtube.com/watch?v=uuSK8itGa4o

image