Skip to content

Vulkan: Update to 1.3.300, improve trimming and AOT stuff. #129

Vulkan: Update to 1.3.300, improve trimming and AOT stuff.

Vulkan: Update to 1.3.300, improve trimming and AOT stuff. #129

Triggered via push October 30, 2024 14:54
Status Success
Total duration 1m 7s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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()