ComputeWeave.Dxc
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ComputeWeave.Dxc --version 1.0.0
NuGet\Install-Package ComputeWeave.Dxc -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ComputeWeave.Dxc" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ComputeWeave.Dxc" Version="1.0.0" />
<PackageReference Include="ComputeWeave.Dxc" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ComputeWeave.Dxc --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ComputeWeave.Dxc, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ComputeWeave.Dxc@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ComputeWeave.Dxc&version=1.0.0
#tool nuget:?package=ComputeWeave.Dxc&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ComputeWeave.Dxc
ComputeWeave の拡張パッケージです。DXC コンパイラーを同梱し、シェーダーのリフレクションを可能にします。
生成された HLSL のソースや、DirectX 12 のリフレクション API が公開する統計値を参照したい場合に、ReflectionServices 型からシェーダー型ごとの情報をまとめて取得できます。
使い方
MyShader 型が定義済みであるとして、次のように調べます。
ShaderInfo shaderInfo = ReflectionServices.GetShaderInfo<MyShader>();
string hlslSource = shaderInfo.HlslSource;
uint numberOfResources = shaderInfo.BoundResourceCount;
uint instructionCount = shaderInfo.InstructionCount;
詳細
その他の機能は GitHub リポジトリを参照してください。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- ComputeWeave (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.1 | 72 | 8/11/2026 |
| 1.4.0 | 92 | 8/10/2026 |
| 1.3.0 | 78 | 8/8/2026 |
| 1.2.4 | 82 | 8/7/2026 |
| 1.2.3 | 82 | 8/7/2026 |
| 1.2.2 | 87 | 8/6/2026 |
| 1.2.1 | 87 | 8/6/2026 |
| 1.2.0 | 104 | 8/3/2026 |
| 1.1.4 | 102 | 8/2/2026 |
| 1.1.3 | 109 | 8/2/2026 |
| 1.1.2 | 96 | 8/2/2026 |
| 1.1.1 | 97 | 8/2/2026 |
| 1.1.0 | 105 | 8/1/2026 |
| 1.0.3 | 106 | 8/1/2026 |
| 1.0.2 | 108 | 8/1/2026 |
| 1.0.1 | 98 | 8/1/2026 |
| 1.0.0 | 102 | 8/1/2026 |