master
cleaned up library, main header is now just called tart.hpp
semaphores are confirmed to workcmake -DTART_ENABLE_SHADER_COMPILERS=1 -DCMAKE_BUILD_TYPE=Debug .. && make -j10 && ./VulkanCompute && ./run-tests!
started reworking the (outdated) python bindings
about to make big changes
save completed
we now use vk::PhysicalDeviceProperties correctly for float64 and int64
took an un-needed detour :c
syntax for buffer copy recording altered, test for buffer copy recording created and passing
hmmmmmm
fixed specialization constant bug
buffer device address support in progress