Skip to content

Commit 66cf083

Browse files
authored
Merge pull request #49 from KhronosGroup/deqp-vk-library-path
Allow --deqp-vk-library-path for VulkanSC conformance submissions
2 parents 2bc809e + 5b15766 commit 66cf083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def __init__(self, api):
177177
self.add_argument("--deqp-subprocess-test-count", type=int, default=65536)
178178
self.add_argument("--deqp-subprocess-cfg-file", type=pathlib.Path, default=None)
179179
self.add_argument("--deqp-subprocess", choices=["enable", "disable"], default="disable")
180+
self.add_argument("--deqp-vk-library-path", type=pathlib.Path, default=None)
180181

181182
class Verification:
182183
def __init__(self, packagePath, ctsPath, api, version, releaseTag):

0 commit comments

Comments
 (0)