diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-30 12:16:05 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-09 08:50:04 -0700 |
| commit | beed1b7bdddb2c15d35264171ed6ee4d68426609 (patch) | |
| tree | 15354278d632785db2c72ccd9a0e23c301c6a109 /icd | |
| parent | 23ae1f14ca304e30d9965553d7265cd98c56f8c5 (diff) | |
| download | usermoji-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.json | 7 |
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" + } +} |
