diff options
| author | Tobin Ehlis <tobine@google.com> | 2017-11-15 16:10:39 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2017-11-17 09:38:09 -0700 |
| commit | 494ea3500813dd2618f1c51ca21bb1b40bdeaae1 (patch) | |
| tree | 275cc134ffae0373d615621437d4bfd0957b0c5e /layers/linux | |
| parent | cb1ab3899ead0c40d2032eb528806221f08fa98d (diff) | |
| download | usermoji-494ea3500813dd2618f1c51ca21bb1b40bdeaae1.tar.xz | |
layers:Add pre-built DevSim layer
Checking-in DevSim binary for linux to use in Travis-CI testing along
with seven initial json profiles to be tested w/ DevSim on top of mock.
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 | 0 -> 350874 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/layers/linux/VkLayer_device_simulation.json b/layers/linux/VkLayer_device_simulation.json new file mode 100644 index 00000000..81b82134 --- /dev/null +++ b/layers/linux/VkLayer_device_simulation.json @@ -0,0 +1,11 @@ +{ + "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.65", + "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 differnew file mode 100755 index 00000000..3bfea567 --- /dev/null +++ b/layers/linux/libVkLayer_device_simulation.so |
