1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

Spelling fix in comments (#436)

This commit is contained in:
Chuck Walbourn 2024-01-07 19:26:09 -08:00 committed by GitHub
parent dd6aef1505
commit d6e1625815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexEXR.cpp // File: DirectXTexEXR.cpp
// //
// DirectXTex Auxillary functions for using the OpenEXR library // DirectXTex Auxilary functions for using the OpenEXR library
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexEXR.h // File: DirectXTexEXR.h
// //
// DirectXTex Auxillary functions for using the OpenEXR library // DirectXTex Auxilary functions for using the OpenEXR library
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexXbox.h // File: DirectXTexXbox.h
// //
// DirectXTex Auxillary functions for Xbox texture processing // DirectXTex Auxilary functions for Xbox texture processing
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXTexD3D11X.cpp // DirectXTexD3D11X.cpp
// //
// DirectXTex Auxillary functions for creating resouces from XboxImage containers // DirectXTex Auxilary functions for creating resouces from XboxImage containers
// via the CreatePlacement APIs // via the CreatePlacement APIs
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.

View File

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------
// DirectXTexD3D12X.cpp // DirectXTexD3D12X.cpp
// //
// DirectXTex Auxillary functions for creating resouces from XboxImage containers // DirectXTex Auxilary functions for creating resouces from XboxImage containers
// via the CreatePlacedResourceX API // via the CreatePlacedResourceX API
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexXboxDDS.cpp // File: DirectXTexXboxDDS.cpp
// //
// DirectXTex Auxillary functions for saving "XBOX" Xbox variants of DDS files // DirectXTex Auxilary functions for saving "XBOX" Xbox variants of DDS files
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexXboxDetile.cpp // File: DirectXTexXboxDetile.cpp
// //
// DirectXTex Auxillary functions for converting from Xbox tiled to linear // DirectXTex Auxilary functions for converting from Xbox tiled to linear
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexXboxImage.cpp // File: DirectXTexXboxImage.cpp
// //
// DirectXTex Auxillary functions for Xbox texture blob // DirectXTex Auxilary functions for Xbox texture blob
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -1,7 +1,7 @@
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// File: DirectXTexXboxTile.cpp // File: DirectXTexXboxTile.cpp
// //
// DirectXTex Auxillary functions for converting from linear to Xbox tiling // DirectXTex Auxilary functions for converting from linear to Xbox tiling
// //
// Copyright (c) Microsoft Corporation. // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License. // Licensed under the MIT License.

View File

@ -422,7 +422,7 @@ if(BUILD_TOOLS AND WIN32)
foreach(t IN LISTS TOOL_EXES) foreach(t IN LISTS TOOL_EXES)
target_include_directories(${t} PRIVATE Auxiliary) target_include_directories(${t} PRIVATE Auxiliary)
target_link_libraries(${t} PRIVATE ${OPENEXR_ILMIMF_LIBRARY}) target_link_libraries(${t} PRIVATE ${OPENEXR_ILMIMF_LIBRARY})
target_compile_options(${t} PRIVATE -DUSE_OPENEXR) target_compile_definitions(${t} PRIVATE USE_OPENEXR)
endforeach() endforeach()
endif() endif()
endif() endif()