Dylan Perks

Results 361 comments of Dylan Perks

This has been assigned to @HurricanKai to make a formal proposal for WG discussion

@HurricanKai WG meeting feels like it might be getting close, any progress on this? :)

This has been postponed to the next working group meeting and is currently being championed by @dfkeenan in #1806

Will be fixed in 3.0, no idea why this is happening!

cc @dfkeenan given that you're proposing some mathsy things!

Oh. In that case this may not be needed, but I'll leave this open because it's possible that it can be paired with #1169 for explicitness (unless @dfkeenan comments otherwise)

Confirmed working by testing against `vk.CreateInstance` ```cs unsafe { var vk = Vk.GetApi(); vk.CreateInstance(new InstanceCreateInfo(), null, null); } ``` ``` 0>------- Started building project: Scratch 0>Program.cs(8,23): Warning CS9193 : Argument...

@Beyley Ready for review. I'm intending to update the non-Clang bindings at some point, did you want me to do that here or in a separate PR?

Force merging per Beyley's comment