// SPDX-FileCopyrightText: 2023 Unity Technologies and the glTFast authors // SPDX-License-Identifier: Apache-2.0 using System; namespace GLTFast.Schema { /// /// BufferView extensions /// /// [Serializable] public class BufferViewExtensions { #if MESHOPT // ReSharper disable InconsistentNaming public BufferViewMeshoptExtension EXT_meshopt_compression; // ReSharper restore InconsistentNaming #endif } }