Skip to content

Commit

Permalink
Merge pull request #49 from KhronosGroup/deqp-vk-library-path
Browse files Browse the repository at this point in the history
Allow --deqp-vk-library-path for VulkanSC conformance submissions
  • Loading branch information
lordalcol authored Jan 13, 2025
2 parents 2bc809e + 5b15766 commit 66cf083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def __init__(self, api):
self.add_argument("--deqp-subprocess-test-count", type=int, default=65536)
self.add_argument("--deqp-subprocess-cfg-file", type=pathlib.Path, default=None)
self.add_argument("--deqp-subprocess", choices=["enable", "disable"], default="disable")
self.add_argument("--deqp-vk-library-path", type=pathlib.Path, default=None)

class Verification:
def __init__(self, packagePath, ctsPath, api, version, releaseTag):
Expand Down

0 comments on commit 66cf083

Please sign in to comment.