GitXplorerGitXplorer
a

Vortice.Win32

public
49 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
6d46943c9c7194cb10bfb256953678a04f932065

Generate enum with native names at *.Apis.cs level, bump version to 2.2.2.

aamerkoleci committed 6 months ago
Unverified
e35fb90eef266f40710bab1e01c54b1bfe7485a0

Add Vortice.Pix.Native.

aamerkoleci committed 7 months ago
Unverified
c21a399c0e9087dcea773b2fcd35585d614d4353

FIX Vortice.Dxc.Native warning.

aamerkoleci committed 7 months ago
Unverified
13e7ac082ec799bee6331986bae2e75699780bbd

Update bindings to use char* instead of ushort*, separated Dxc native packages to Vortice.Dxc.Native, bump version to 2.2.1

aamerkoleci committed 7 months ago
Unverified
715ca3aa394a1d026da370562d08ff90b95d3869

Update json to metadata to 61.0.15-preview, regenerate bindings and bump version to 2.2.0

aamerkoleci committed 7 months ago
Verified
9c485db26e4648e2315d1eaf109ae9a5ebc0bded

Update README.md

aamerkoleci committed a year ago

README

The README file for this repository.

Vortice.Win32

License: MIT Build status NuGet

Vortice.Win32 is .net8.0 low-level bindings for Win32, generation is based on json files from win32json, follows naming conventions of Vortice.Windows but small GC allocation and using unsafe struct for COM objects.

Sponsors

To further help development of these bindings library or other projects, please consider SPONSOR my profile in order to allow faster issue triaging and new features to be implemented.

Credits

Vortice.Win32 development, contributions and bugfixes by:

  • Amer Koleci

Lot of ideas and code is based on terrafx.interop.windows