FacticiusVir / SharpVk

C# Bindings for the Vulkan API & SPIR-V
MIT License
147 stars 18 forks source link

Expose internal methods / Low-level wrapper? #57

Closed FaberSanZ closed 4 years ago

FaberSanZ commented 4 years ago

Hi,

Open form to have a version of the unmanaged library.

FacticiusVir commented 4 years ago

The SharpVk.Interop namespace gives you direct access to the low-level, unsafe types and delegates. You can use the NativeLibrary and CommandCache classes to load functions. The only types that are typically internal are the utility classes used by SharpVk itself.

FaberSanZ commented 4 years ago

Thank you, I look forward to a version of SDK 1.1.130 and Nuget Updated