diff options
| author | Karl Schultz <karl@lunarg.com> | 2018-01-12 14:41:55 -0700 |
|---|---|---|
| committer | Mike Weiblen <mikew@lunarg.com> | 2018-01-16 11:28:24 -0700 |
| commit | 5ee3c3dfc4ce3f42fcd4355f5697598138b927e7 (patch) | |
| tree | 6fff1c243c60bc4427428833e91d5a46493a1df6 /layers/linux | |
| parent | 154569044e0d0b73924382ebb34738f001488c34 (diff) | |
| download | usermoji-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.json | 11 | ||||
| -rwxr-xr-x | layers/linux/libVkLayer_device_simulation.so | bin | 350874 -> 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 Binary files differdeleted file mode 100755 index 3bfea567..00000000 --- a/layers/linux/libVkLayer_device_simulation.so +++ /dev/null |
