GPUBitonicSort

September 22, 2016 ยท View on GitHub

  • BitonicSortCS
    Bitonic sort is implemented using ComputeShader.

  • BitonicSortRT
    Bitonic sort is implemented using RenderTexture.

image

https://youtu.be/tGslc0d2EiA

References

ComputeShaderSort11
https://code.msdn.microsoft.com/windowsdesktop/DirectCompute-Basic-Win32-7d5a7408

http://t-pot.com/program/90_BitonicSort/index.html