Skip to content

Add Vulkan backend for 3D rendering with advanced features #2379

Add Vulkan backend for 3D rendering with advanced features

Add Vulkan backend for 3D rendering with advanced features #2379

Triggered via pull request January 1, 2026 14:19
@yuto-trdyuto-trd
synchronize #1446
feat/3d2
Status Cancelled
Total duration 6h 0m 19s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The job has exceeded the maximum execution time of 6h0m0s
build
The operation was canceled.
build
Non-nullable field '_blueCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_greenCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_redCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Non-nullable field '_masterCurve' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L22
Non-nullable property 'IENDChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Beutl.Engine/Media/Decoding/APNG/Frame.cs#L12
Non-nullable property 'IHDRChunk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Beutl.Engine/Graphics3D/Nodes/PointShadowPass.cs#L193
Possible null reference argument for parameter 'depthTexture' in 'IFramebuffer3D IGraphicsContext.CreateFramebuffer3D(IRenderPass3D renderPass, IReadOnlyList<ITexture2D> colorTextures, ITexture2D depthTexture)'.
build: src/Beutl.Engine/Graphics3D/Nodes/PointShadowPass.cs#L192
Possible null reference assignment.
build: src/Beutl.Engine/Engine/AnimatableProperty.cs#L24
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Beutl.Engine.SourceGenerators/EngineObjectResourceGenerator.cs#L17
'Beutl.Engine.SourceGenerators.EngineObjectResourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'