Skip to content

WIP CullOnGPU

WIP CullOnGPU #128

Triggered via push December 11, 2023 10:24
Status Success
Total duration 2m 26s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest): src/EngineKit/UI/UIRenderer.cs#L95
Non-nullable field '_keyValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): src/EngineKit/Extensions/StringExtensions.cs#L19
Possible null reference return.
build (windows-latest): src/EngineKit/Graphics/ComputePipeline.cs#L31
Dereference of a possibly null reference.
build (windows-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L167
Dereference of a possibly null reference.
build (windows-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L172
Dereference of a possibly null reference.
build (windows-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L177
Dereference of a possibly null reference.
build (windows-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L182
Dereference of a possibly null reference.
build (windows-latest): src/EngineKit/Graphics/Pipeline.cs#L10
Non-nullable field 'ShaderProgram' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): src/EngineKit/Graphics/DrawIndirectCommand.cs#L11
The field 'DrawIndirectCommand.FirstInstance' is never used
build (windows-latest): src/EngineKit/Graphics/DrawIndirectCommand.cs#L5
The field 'DrawIndirectCommand.VertexCount' is never used
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (ubuntu-latest): src/EngineKit/UI/UIRenderer.cs#L95
Non-nullable field '_keyValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): src/EngineKit/Graphics/Pipeline.cs#L10
Non-nullable field 'ShaderProgram' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): src/EngineKit/Graphics/ComputePipeline.cs#L31
Dereference of a possibly null reference.
build (ubuntu-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L167
Dereference of a possibly null reference.
build (ubuntu-latest): src/EngineKit/Extensions/StringExtensions.cs#L19
Possible null reference return.
build (ubuntu-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L172
Dereference of a possibly null reference.
build (ubuntu-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L177
Dereference of a possibly null reference.
build (ubuntu-latest): src/EngineKit/Graphics/GraphicsPipeline.cs#L182
Dereference of a possibly null reference.
build (ubuntu-latest): src/EngineKit/Graphics/DrawIndirectCommand.cs#L5
The field 'DrawIndirectCommand.VertexCount' is never used
build (ubuntu-latest): src/EngineKit/Graphics/DrawIndirectCommand.cs#L9
The field 'DrawIndirectCommand.FirstVertex' is never used