1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2024-11-29 11:24:14 +01:00
rpi-vk-driver/test/CMakeLists.txt
Unknown df8e7d089b added texturing test to try and get T format blit working
seems like the general read assembly is accepted but I'm getting black on screen
2019-08-26 18:25:58 +01:00

4 lines
79 B
CMake

add_subdirectory(clear)
add_subdirectory(triangle)
add_subdirectory(texturing)