Vulkan: Update to 1.3.300, improve trimming and AOT stuff. #129
Annotations
10 warnings
build:
src/Vortice.ShaderCompiler/CompileResult.cs#L14
Non-nullable property 'Bytecode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Vortice.ShaderCompiler/CompileResult.cs#L14
Non-nullable property 'Bytecode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Vortice.Vulkan/VkUtf8String.cs#L73
XML comment has syntactically incorrect cref attribute 'ReadOnlySpan{byte}'
|
build:
src/Vortice.Vulkan/VkUtf8String.cs#L73
Type parameter declaration must be an identifier not a type. See also error CS0081.
|
build:
src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
src/Vortice.Vulkan/VkUtf8String.cs#L73
XML comment has syntactically incorrect cref attribute 'ReadOnlySpan{byte}'
|
build:
src/Vortice.Vulkan/VkUtf8String.cs#L73
Type parameter declaration must be an identifier not a type. See also error CS0081.
|
build:
src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.GetHashCode()
|