Rewrite Buffers, cleanup code, Add a complex example which is WIP #131
Annotations
12 warnings
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/
|
Setup NuGet
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:
src/EngineKit/Extensions/ToGLExtensions.cs#L166
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(EngineKit.Graphics.ClipControlDepth)2' is not covered.
|
Build:
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:
src/EngineKit/Graphics/ComputePipeline.cs#L32
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/ComputePipeline.cs#L37
Dereference of a possibly null reference.
|
Build:
src/EngineKit/UI/UIRenderer.cs#L99
Non-nullable field '_keyValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L180
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L185
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L190
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L195
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L200
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading