Update README.md #13
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/BlissRenderer.cs#L34
Non-nullable field '_swapChain' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Bliss/CSharp/Rendering/BlissRenderer.cs#L34
Non-nullable field '_commandBuffers' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Bliss/CSharp/Rendering/BlissRenderer.cs#L81
Argument 2 should be passed with 'ref' or 'in' keyword
|
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.
|