Microsoft.Direct3D.DxbcSigner 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.Direct3D.DxbcSigner --version 1.0.0
NuGet\Install-Package Microsoft.Direct3D.DxbcSigner -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="Microsoft.Direct3D.DxbcSigner" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Direct3D.DxbcSigner --version 1.0.0
#r "nuget: Microsoft.Direct3D.DxbcSigner, 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.
// Install Microsoft.Direct3D.DxbcSigner as a Cake Addin
#addin nuget:?package=Microsoft.Direct3D.DxbcSigner&version=1.0.0

// Install Microsoft.Direct3D.DxbcSigner as a Cake Tool
#tool nuget:?package=Microsoft.Direct3D.DxbcSigner&version=1.0.0

DirectX DxbcSigner NuGet Package

This package contains a copy of the DirectX DXBC Signer and its associated development headers.

The included licenses apply to the following files:

  • LICENSE.txt : applies to all files under build/native/bin/
  • LICENSE-CODE.txt : applies to all files under build/native/include/

Usage

#include <DxbcSigner.hpp>
...
UINT32 myGeneratedDxbcSize;
BYTE* myGeneratedDxbc;
// Generate DXBC
HRESULT hr = SignDxbc(myGeneratedDxbc, myGeneratedDxbcSize);
if(hr == E_INVALIDARG) {
    // You did not provide valid DXBC.
    // Note that if the size provided must match what is specified in the DXBC header
} else if (SUCCEEDED(hr)) {
    // SignDxbc will return S_OK if it was given valid DXBC and successfully signed it
}

Changelog

Version 1.0.0 (Current Version)

Initial Release

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.0.0 1,200 7/19/2021