Open RevenantBob opened 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
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