Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 505 Bytes

ABench

ABench is an Asynchronous Compute Benchmark. It's a master's degree project, aiming to test how Asynchronous Compute can speed up common graphics application and giving it's author a bit of playfield to work and learn Vulkan in practice.

Building the project

Prepare dependencies (read README.md in Deps folder). Then, either run ABench.sln under Visual Studio 2017, or use CMake to generate your own build project files. Attached Solution is for Visual Studio 2017.