Refactor validation types into another file
authorUmar Arshad <umar@arrayfire.com>
Mon, 14 Dec 2015 13:21:08 +0000 (08:21 -0500)
committerDavid Neto <dneto@google.com>
Thu, 17 Dec 2015 20:56:58 +0000 (15:56 -0500)
commit6d37e3c5f330ae4dbdad6c140ee84af94f941489
treecafb2cbabbbaecb25a56e4d64639caa7c7ee254f
parent532af9c09c8e58b9c3d68f65a2d1206d9ec71b66
Refactor validation types into another file
CMakeLists.txt
include/libspirv/libspirv.h
source/validate.cpp
source/validate_types.cpp [new file with mode: 0644]
source/validate_types.h [new file with mode: 0644]
test/ValidateFixtures.cpp
test/ValidateFixtures.h