SDFMetalDemo icon indicating copy to clipboard operation
SDFMetalDemo copied to clipboard

A Signed Distance Bounds renderer using Apple's Metal compute pipeline

Results 3 SDFMetalDemo issues
Sort by recently updated
recently updated
newest added

Passing mutable data to the compute function causes catastrophic degradation in rendering performance. This is likely due to the data access pattern being unrelated to the pixel position, resulting in...

Currently the renderer runs separate loops for Ambient Occlusion and Reflection mapping. It should be more efficient to run a single loop that tests for both cases.