Add vkTypeUtil
authorPyry Haulos <phaulos@google.com>
Thu, 1 Oct 2015 15:13:47 +0000 (08:13 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 1 Oct 2015 20:21:09 +0000 (13:21 -0700)
commit0ae6069583c8d178964c87b1e321d8e9448bd197
treea7a78fedbd4af9ac01be8fab40834cb83be65d9d
parent2a17fe9e520a251b9cc83d02f6e9ea09f7e313e8
Add vkTypeUtil

vkTypeUtil.hpp provides convenience functions for creating "simple"
Vulkan composite types, such as VkRect2D or VkChannelMapping.

Change-Id: I5b76046a61a06e92539a19666391b3c322863fca
external/vulkancts/framework/vulkan/CMakeLists.txt
external/vulkancts/framework/vulkan/vkDefs.cpp
external/vulkancts/framework/vulkan/vkDefs.hpp
external/vulkancts/framework/vulkan/vkQueryUtil.cpp
external/vulkancts/framework/vulkan/vkTypeUtil.cpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkTypeUtil.hpp [new file with mode: 0644]
external/vulkancts/framework/vulkan/vkTypeUtil.inl [new file with mode: 0644]
external/vulkancts/gen_framework.py
external/vulkancts/modules/vulkan/api/vktApiSmokeTests.cpp