mono / VulkanSharp

Open source .NET binding for the Vulkan API
MIT License
538 stars 61 forks source link

Null comparison on value type? #90

Open RevenantBob opened 4 years ago

RevenantBob commented 4 years ago

There's a null comparison on the value type pOffset which will never be null. Shouldn't pOffset be a nullable value? Link to line below.

https://github.com/mono/VulkanSharp/blob/35599135f14cc551cec6d78a15161f9cc51c45de/src/Vulkan/Handles.cs#L3069