2018-04-28 01:02:10 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
|
|
<metadata minClientVersion="2.8.6">
|
|
|
|
<id>directxtk12_uwp</id>
|
|
|
|
<version>0.0.0-SpecifyVersionOnCommandline</version>
|
|
|
|
<title>DirectX Tool Kit for DirectX 12 (UWP)</title>
|
|
|
|
<authors>Microsoft</authors>
|
|
|
|
<owners>microsoft,directxtk</owners>
|
|
|
|
<summary>The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing Direct3D 12 code in C++.</summary>
|
2024-03-28 01:20:52 +03:00
|
|
|
<description>This version is for Universal Windows Platform apps on Windows 10 / Windows 11 using Visual Studio 2022.
|
2018-04-28 01:02:10 +03:00
|
|
|
|
|
|
|
Features:
|
|
|
|
Audio - low-level audio API using XAudio2
|
2020-05-27 06:51:47 +03:00
|
|
|
BufferHelpers - C++ helpers for creating D3D resources from CPU data
|
2018-04-28 01:02:10 +03:00
|
|
|
CommonStates - common D3D state combinations
|
2021-01-10 04:39:48 +03:00
|
|
|
DDSTextureLoader - light-weight DDS file texture loader
|
2018-04-28 01:02:10 +03:00
|
|
|
DescriptorHeap - helper for managing DX12 descriptor heaps
|
2021-01-10 04:39:48 +03:00
|
|
|
DirectXHelpers - misc C++ helpers for D3D programming
|
|
|
|
Effects - set of built-in shaders for common rendering tasks
|
|
|
|
EffectPipelineStateDescription - helper for creating PSOs
|
2022-06-17 00:16:26 +03:00
|
|
|
GamePad - gamepad controller helper using Windows.Gaming.Input
|
2021-01-10 04:39:48 +03:00
|
|
|
GeometricPrimitive - draws basic shapes such as cubes and spheres
|
2018-04-28 01:02:10 +03:00
|
|
|
GraphicsMemory - helper for managing graphics memory allocation
|
|
|
|
Keyboard - keyboard state tracking helper
|
2021-09-30 23:44:15 +03:00
|
|
|
Model - draws meshes loaded from .CMO, .SDKMESH, or .VBO files
|
2018-04-28 01:02:10 +03:00
|
|
|
Mouse - mouse helper
|
|
|
|
PostProcess - set of built-in shaders for common post-processing operations
|
2021-01-10 04:39:48 +03:00
|
|
|
PrimitiveBatch - simple and efficient way to draw user primitives
|
2018-04-28 01:02:10 +03:00
|
|
|
RenderTargetState - helper for communicating render target requirements when creating PSOs
|
|
|
|
ResourceUploadBatch - helper for managing texture resource upload to the GPU
|
2021-01-10 04:39:48 +03:00
|
|
|
ScreenGrab - light-weight screen shot saver
|
|
|
|
SimpleMath - simplified C++ wrapper for DirectXMath
|
|
|
|
SpriteBatch - simple & efficient 2D sprite rendering
|
|
|
|
SpriteFont - bitmap based text rendering
|
|
|
|
VertexTypes - structures for commonly used vertex data formats
|
2018-04-28 01:02:10 +03:00
|
|
|
WICTextureLoader - WIC-based image file texture loader</description>
|
2024-10-29 03:14:56 +03:00
|
|
|
<releaseNotes>Matches the October 28, 2024 release on GitHub.</releaseNotes>
|
2018-04-28 01:02:10 +03:00
|
|
|
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
|
2022-03-26 21:21:43 +03:00
|
|
|
<repository type="git" url="https://github.com/microsoft/DirectXTK12.git" />
|
2019-10-29 03:41:44 +03:00
|
|
|
<icon>images\icon.jpg</icon>
|
2021-10-14 23:17:24 +03:00
|
|
|
<readme>docs\README.md</readme>
|
2019-05-31 03:34:49 +03:00
|
|
|
<license type="expression">MIT</license>
|
2018-04-28 01:02:10 +03:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2021-04-07 08:58:25 +03:00
|
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
2018-04-28 01:02:10 +03:00
|
|
|
<tags>DirectX DirectXTK DirectXTK12 native nativepackage</tags>
|
|
|
|
</metadata>
|
|
|
|
|
|
|
|
<files>
|
|
|
|
|
2021-10-14 23:17:24 +03:00
|
|
|
<file target="docs" src="*.md" />
|
2018-04-28 01:02:10 +03:00
|
|
|
|
|
|
|
<file target="include" src="Inc\*" exclude="Inc\XboxDDSTextureLoader.h" />
|
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\ARM64\Debug" src="Bin\Windows10_2022\ARM64\Debug\*.lib" />
|
|
|
|
<file target="native\lib\ARM64\Debug" src="Bin\Windows10_2022\ARM64\Debug\*.pdb" />
|
2018-11-17 04:56:26 +03:00
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\ARM64\Release" src="Bin\Windows10_2022\ARM64\Release\*.lib" />
|
|
|
|
<file target="native\lib\ARM64\Release" src="Bin\Windows10_2022\ARM64\Release\*.pdb" />
|
2021-01-10 04:39:48 +03:00
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\x86\Debug" src="Bin\Windows10_2022\Win32\Debug\*.lib" />
|
|
|
|
<file target="native\lib\x86\Debug" src="Bin\Windows10_2022\Win32\Debug\*.pdb" />
|
2018-04-28 01:02:10 +03:00
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\x86\Release" src="Bin\Windows10_2022\Win32\Release\*.lib" />
|
|
|
|
<file target="native\lib\x86\Release" src="Bin\Windows10_2022\Win32\Release\*.pdb" />
|
2018-04-28 01:02:10 +03:00
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\x64\Debug" src="Bin\Windows10_2022\x64\Debug\*.lib" />
|
|
|
|
<file target="native\lib\x64\Debug" src="Bin\Windows10_2022\x64\Debug\*.pdb" />
|
2018-04-28 01:02:10 +03:00
|
|
|
|
2024-03-28 01:20:52 +03:00
|
|
|
<file target="native\lib\x64\Release" src="Bin\Windows10_2022\x64\Release\*.lib" />
|
|
|
|
<file target="native\lib\x64\Release" src="Bin\Windows10_2022\x64\Release\*.pdb" />
|
2018-04-28 01:02:10 +03:00
|
|
|
|
2018-05-02 05:26:27 +03:00
|
|
|
<file src=".nuget/directxtk12_uwp.targets" target="build\native" />
|
2019-10-29 03:41:44 +03:00
|
|
|
|
|
|
|
<file src=".nuget/icon.jpg" target="images\" />
|
2021-01-10 04:39:48 +03:00
|
|
|
|
2018-04-28 01:02:10 +03:00
|
|
|
</files>
|
2021-01-10 04:39:48 +03:00
|
|
|
</package>
|