Dylan Perks
Dylan Perks
- [x] Adds a IComVtbl interface implemented by: - [x] ComPtr - [x] All COM interfaces - [x] Adds extension methods to invoke COM methods through IComVtbl - [ ]...
# #209 #529 was accidentally closed when I unf**ked the Git history for `develop/3.0`.
# Comments We truly invite everyone to send us reports of any place where our bindings are not ideal. This issue will serve as a list of things we should...
We have our own Maths types, but it seems we've generated bindings for OpenXR's maths types and are using them instead. We should remove our bindings for the OpenXR maths...
Example file: [out.xml.txt](https://github.com/dotnet/Silk.NET/files/6963748/out.xml.txt) This needs to be fixed upstream in [the ClangSharp repo](https://github.com/microsoft/ClangSharp) and the version updated in our projects once a new update is released encompassing these changes. The...
This is something that is left out of the initial pass of the SilkTouch Scraper because I (knowingly and idiotically) did not add support for tests in single-file XML dumps...
The following discussion from #505 should be resolved: > Please forward to Utf8.FromUtf16 on >= netcore3.0 > Something like > ```cs > #if NET5_0 > Debug.Assert(Utf8.FromUtf16(input, span, out _, out...
# Silk.NET 3.0 Roadmap **THIS IS A LIVING DOCUMENT** ## Overview Welcome to the Silk.NET 3.0 roadmap! This tracks the current progress of 3.0 - the major rewrite project for...
## Summary SilkTouch is an amazing alternative native interop method, however at the moment the SilkTouch stack (the SilkTouch SG + the Silk.NET Core) is very tied to Silk.NET. This...