8 lines
250 B
C#
8 lines
250 B
C#
// SPDX-FileCopyrightText: 2024 Unity Technologies and the KTX for Unity authors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("Ktx.Editor")]
|
|
[assembly: InternalsVisibleTo("Ktx.Tests")]
|