aboutsummaryrefslogtreecommitdiff
path: root/layers/linux
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2017-11-15 16:10:39 -0700
committerTobin Ehlis <tobine@google.com>2017-11-17 09:38:09 -0700
commit494ea3500813dd2618f1c51ca21bb1b40bdeaae1 (patch)
tree275cc134ffae0373d615621437d4bfd0957b0c5e /layers/linux
parentcb1ab3899ead0c40d2032eb528806221f08fa98d (diff)
downloadusermoji-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.json11
-rwxr-xr-xlayers/linux/libVkLayer_device_simulation.sobin0 -> 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
new file mode 100755
index 00000000..3bfea567
--- /dev/null
+++ b/layers/linux/libVkLayer_device_simulation.so
Binary files differ