aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-11-30 12:16:05 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-09 08:50:04 -0700
commitbeed1b7bdddb2c15d35264171ed6ee4d68426609 (patch)
tree15354278d632785db2c72ccd9a0e23c301c6a109 /icd
parent23ae1f14ca304e30d9965553d7265cd98c56f8c5 (diff)
downloadusermoji-beed1b7bdddb2c15d35264171ed6ee4d68426609.tar.xz
nulldrv: Add json for null driver
The null driver is useful for testing code changes in layers and the loader that don't depend on a real ICD so add a json file to make it easier to use.
Diffstat (limited to 'icd')
-rw-r--r--icd/nulldrv/nulldrv_icd.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/icd/nulldrv/nulldrv_icd.json b/icd/nulldrv/nulldrv_icd.json
new file mode 100644
index 00000000..376f3c08
--- /dev/null
+++ b/icd/nulldrv/nulldrv_icd.json
@@ -0,0 +1,7 @@
+{
+ "file_format_version": "1.0.0",
+ "ICD": {
+ "library_path": "./libVK_nulldrv.so",
+ "api_version": "0.210.0"
+ }
+}