KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
875 stars 230 forks source link

ktxTexture2_Destroy not exported in ktx.dll #932

Closed prollin closed 2 months ago

prollin commented 2 months ago

ktxTexture2_Destroy doesn't seem to be properly exported which makes it harder to bind from other languages (C# p/invoke in my case).

Repro: Open ktx.dll (4.3.2 release) using Dependencies (https://github.com/lucasg/Dependencies), ktxTexture2_Destroy is not exported (ktxTexture1_Destroy is)

prollin commented 2 months ago

Looks like it is properly exported when building from current main branch. Closing