mirror of
https://github.com/KhronosGroup/KTX-Software.git
synced 2026-01-18 17:41:19 +01:00
PR to merge the contents of the ktxtools branch into main.
This PR should be functionally identical to the ktxtools branch.
Briefs:
Rebase ktxtools onto main
Update the CTS golden files to pickup the changes in ASTC and ZSTD versions
Add CTS testing to MinGW and Windows CI builds
Pickup changes in image.hpp from main to ktxtools's image.hpp
Fix any remaining warnings
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# Copyright 2022-2023 The Khronos Group Inc.
|
|
# Copyright 2022-2023 RasterGrid Kft.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
[submodule "tests/cts"]
|
|
path = tests/cts
|
|
url = https://github.com/KhronosGroup/KTX-Software-CTS.git
|
|
branch = main
|