ComputeWeave.Dxc
1.4.1
dotnet add package ComputeWeave.Dxc --version 1.4.1
NuGet\Install-Package ComputeWeave.Dxc -Version 1.4.1
<PackageReference Include="ComputeWeave.Dxc" Version="1.4.1" />
<PackageVersion Include="ComputeWeave.Dxc" Version="1.4.1" />
<PackageReference Include="ComputeWeave.Dxc" />
paket add ComputeWeave.Dxc --version 1.4.1
#r "nuget: ComputeWeave.Dxc, 1.4.1"
#:package ComputeWeave.Dxc@1.4.1
#addin nuget:?package=ComputeWeave.Dxc&version=1.4.1
#tool nuget:?package=ComputeWeave.Dxc&version=1.4.1
ComputeWeave.Dxc
English | 日本語
An extension package for ComputeWeave. It bundles the DXC compiler and enables shader reflection.
When the generated HLSL source or the statistics exposed by the Direct3D 12 reflection APIs are needed, ReflectionServices gathers them for a shader type.
ShaderInfo shaderInfo = ReflectionServices.GetShaderInfo<MyShader>();
string hlslSource = shaderInfo.HlslSource;
uint numberOfResources = shaderInfo.BoundResourceCount;
uint instructionCount = shaderInfo.InstructionCount;
This package bundles dxcompiler.dll and dxil.dll and therefore runs only in x64 and Arm64 processes.
The declarative layer this fork adds is in the ComputeWeave package; this package adds nothing to it.
More
The complete API reference is in the repository.
| 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. |
-
net10.0
- ComputeWeave (>= 1.4.1)
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 | 21 | 8/11/2026 |
| 1.4.0 | 59 | 8/10/2026 |
| 1.3.0 | 47 | 8/8/2026 |
| 1.2.4 | 52 | 8/7/2026 |
| 1.2.3 | 52 | 8/7/2026 |
| 1.2.2 | 55 | 8/6/2026 |
| 1.2.1 | 58 | 8/6/2026 |
| 1.2.0 | 102 | 8/3/2026 |
| 1.1.4 | 101 | 8/2/2026 |
| 1.1.3 | 106 | 8/2/2026 |
| 1.1.2 | 95 | 8/2/2026 |
| 1.1.1 | 94 | 8/2/2026 |
| 1.1.0 | 103 | 8/1/2026 |
| 1.0.3 | 105 | 8/1/2026 |
| 1.0.2 | 106 | 8/1/2026 |
| 1.0.1 | 97 | 8/1/2026 |
| 1.0.0 | 100 | 8/1/2026 |