From beed1b7bdddb2c15d35264171ed6ee4d68426609 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 30 Nov 2015 12:16:05 -0700 Subject: 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. --- icd/nulldrv/nulldrv_icd.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 icd/nulldrv/nulldrv_icd.json 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" + } +} -- cgit v1.2.3