Implement TextureCube rendering for D3D12. #44
Annotations
2 errors and 10 warnings
build
Optimizing assemblies for size is not supported for the selected publish configuration. Please ensure that you are publishing a self-contained app.
|
build
Process completed with exit code 1.
|
build:
src/Vortice.Framework/Platform/WinUI/WinUIAppWindow.cs#L76
Dereference of a possibly null reference.
|
build:
src/Vortice.Framework/D3D12/D3D12ResourceUploadBatch.cs#L90
Dereference of a possibly null reference.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
src/Vortice.Framework/D3D12/D3D12Application.cs#L28
Field 'D3D12Application._dxgiDebug' is never assigned to, and will always have its default value false
|
build:
src/Vortice.Framework/Application.cs#L28
The field 'Application._backBufferIndex' is never used
|
build:
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.
|
build:
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.
|