Skip to content

Update README.md

Update README.md #14

Triggered via push August 3, 2024 20:53
Status Success
Total duration 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Bliss/CSharp/Geometry/Model.cs#L33
Non-nullable field '_vertexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Geometry/Model.cs#L33
Non-nullable field '_indexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/Descriptor/BlissDescriptorPool.cs#L47
Argument 2 should be passed with 'ref' or 'in' keyword
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_khrSwapChain' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_swapChainImages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_swapChainImageViews' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_swapChainFrameBuffers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_depthImages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_depthImageMemories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Bliss/CSharp/Rendering/Vulkan/BlissSwapChain.cs#L63
Non-nullable field '_depthImageViews' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.