aboutsummaryrefslogtreecommitdiff
path: root/layers/linux
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-01-12 14:41:55 -0700
committerMike Weiblen <mikew@lunarg.com>2018-01-16 11:28:24 -0700
commit5ee3c3dfc4ce3f42fcd4355f5697598138b927e7 (patch)
tree6fff1c243c60bc4427428833e91d5a46493a1df6 /layers/linux
parent154569044e0d0b73924382ebb34738f001488c34 (diff)
downloadusermoji-5ee3c3dfc4ce3f42fcd4355f5697598138b927e7.tar.xz
build: Use DevSim from a VulkanTools build in CI
- Change Travis-CI to build VulkanTools and use the resulting DevSim binary instead of the one checked into the repo. - Delete the DevSim binary and JSON file from layers/linux. - Remove CMake rules related to DevSim binary.
Diffstat (limited to 'layers/linux')
-rw-r--r--layers/linux/VkLayer_device_simulation.json11
-rwxr-xr-xlayers/linux/libVkLayer_device_simulation.sobin350874 -> 0 bytes
2 files changed, 0 insertions, 11 deletions
diff --git a/layers/linux/VkLayer_device_simulation.json b/layers/linux/VkLayer_device_simulation.json
deleted file mode 100644
index 0cf0fdd5..00000000
--- a/layers/linux/VkLayer_device_simulation.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "file_format_version" : "1.1.0",
- "layer" : {
- "name": "VK_LAYER_LUNARG_device_simulation",
- "type": "GLOBAL",
- "library_path": "./libVkLayer_device_simulation.so",
- "api_version": "1.0.67",
- "implementation_version": "1.2.0",
- "description": "LunarG device simulation layer"
- }
-}
diff --git a/layers/linux/libVkLayer_device_simulation.so b/layers/linux/libVkLayer_device_simulation.so
deleted file mode 100755
index 3bfea567..00000000
--- a/layers/linux/libVkLayer_device_simulation.so
+++ /dev/null
Binary files differ