Implement TextureCube rendering for D3D12. #44
Annotations
2 errors and 10 warnings
|
|
src/Vortice.Framework/Platform/WinUI/WinUIAppWindow.cs#L76
Dereference of a possibly null reference.
|
src/Vortice.Framework/D3D12/D3D12ResourceUploadBatch.cs#L90
Dereference of a possibly null reference.
|
src/Vortice.Framework/D3D11Application.cs#L37
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Vortice.Framework/D3D11Application.cs#L37
Non-nullable property 'ColorTexture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Vortice.Framework/D3D11Application.cs#L37
Non-nullable property 'ColorTextureView' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Vortice.Framework/D3D12/D3D12Application.cs#L42
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Vortice.Framework/D3D12/D3D12Application.cs#L28
Field 'D3D12Application._dxgiDebug' is never assigned to, and will always have its default value false
|
src/Vortice.Framework/Application.cs#L28
The field 'Application._backBufferIndex' is never used
|
src/Vortice.Framework/D3D11Application.cs#L37
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Vortice.Framework/D3D11Application.cs#L37
Non-nullable property 'ColorTexture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job failed
Loading