jingwood/d2dlib

Could this library benefit from C#9's function pointers?

Open

#34 opened on Sep 23, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)C# (48 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (260 stars)
PR merge metrics
 (PR metrics pending)

Description

There might be function pointers to unmanaged APIs in C#: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers

Could this library benefit form that? Someone mentions here that this might be suitable for graphics APIs: https://news.ycombinator.com/item?id=24559462

If so, I'd like to contribute.

Contributor guide