static VkInstance() { if (System.Environment.OSVersion.Platform == PlatformID.Win32NT) { _win32Loader = new win32Loader(); } }
public VkWin32SubInstance(IntPtr VkInstanceHandle, win32Loader win32Loader) { _VkInstanceHandle = VkInstanceHandle; _Win32Loader = win32Loader; }