windows_legacy_direct3d 0.3.1

Rust bindings for legacy Direct3D APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Windows Legacy Direct3D API Bindings


Metadata and Rust bindings for Legacy Direct3D APIs that are not included in the [win32metadata](https://github.com/microsoft/win32metadata) metadata package.

Includes Types, Interfaces, Functions, etc. from the `d3d.h` Header. 

## Regenerating the Metadata


If you want to regenerate the metadata file yourself, see the `Readme.md` file under `.direct3d/include` to see what headers are needed and run `dotnet build` in the `.metadata` directory.

## Regenerating the Bindings


The bindings are automatically regenerated the first time this crate is built and every time the metadata file in the `.windows` directory changes.