MikePopoloski / SharpBgfx

C# bindings for the bgfx graphics library
MIT License
169 stars 32 forks source link

Rename bgfx_vertex_decl_* to bgfx_vertex_layout_* ? #37

Closed WenceyWang closed 2 years ago

WenceyWang commented 4 years ago

I have found that in bgfx, there is bgfx_vertex_layout_* , and in NativeMethods.cs, the pinvoke is bgfx_vertex_decl_*. which cause System.EntryPointNotFoundException in my custom built WinRT dll.

MikePopoloski commented 4 years ago

SharpBgfx hasn't been updated in about a year, so probably there are a bunch of changes that would need to be reconciled. This is just one of them.