README.adoc

February 18, 2021 ยท View on GitHub

// Copyright 2021 The Khronos Group Inc. // SPDX-License-Identifier: Apache-2.0

= VK-GL-CTS Conformance Submission Verification

This repository contains python script that verifies results generated by the https://github.com/KhronosGroup/VK-GL-CTS[conformance tests]. verify_submission script can be used to verify OpenGL ES or Vulkan submissions.

== Requirements

This script requires Python >= 3.0.

== How to use verify_submission script

=== 1) Check-Out this project

git clone https://github.com/KhronosGroup/VK-GL-CTS-Tools.git

=== 2) Run

python3 verify_submission.py your_package.tgz -o output.md -v -k

Please use --help option for more detailed information and other options. If you want to verify a package that wasn't downloaded from the Khronos website, please ensure that you don't use -k option.

License

This work is released as open source under the Apache 2.0 license from The Khronos Group Inc., including a Khronos copyright.