ComputeWeave.Dxc 1.4.1

dotnet add package ComputeWeave.Dxc --version 1.4.1
                    
NuGet\Install-Package ComputeWeave.Dxc -Version 1.4.1
                    
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.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ComputeWeave.Dxc" Version="1.4.1" />
                    
Directory.Packages.props
<PackageReference Include="ComputeWeave.Dxc" />
                    
Project file
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.4.1
                    
#r "nuget: ComputeWeave.Dxc, 1.4.1"
                    
#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.4.1
                    
#: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.4.1
                    
Install as a Cake Addin
#tool nuget:?package=ComputeWeave.Dxc&version=1.4.1
                    
Install as a Cake Tool

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 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.

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