Modify Buffer so that it can be bound as anything #120
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/UI/UIRenderer.cs#L95
Non-nullable field '_keyValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/GraphicsPipeline.cs#L158
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L163
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L168
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/GraphicsPipeline.cs#L173
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Extensions/StringExtensions.cs#L19
Possible null reference return.
|
Build:
src/EngineKit/Graphics/ComputePipeline.cs#L31
Dereference of a possibly null reference.
|
Build:
src/EngineKit/Graphics/VertexInputDescriptor.cs#L92
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields()'. The generic parameter 'TVertexType' of 'EngineKit.Graphics.VertexInputDescriptor.BuildVertexInputDescriptorFor<TVertexType>()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Build:
src/EngineKit/Graphics/Shaders/VirtualFileShaderIncludeHandler.cs#L24
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
|
The logs for this run have expired and are no longer available.
Loading