# VK-GL-CTS-Tools **Repository Path**: mirrors_KhronosGroup/VK-GL-CTS-Tools ## Basic Information - **Project Name**: VK-GL-CTS-Tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-19 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README // 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 ```bash git clone https://github.com/KhronosGroup/VK-GL-CTS-Tools.git ``` === 2) Run ```bash 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.