Native: More work on GPU implementation (both D3D12 and Vulkan) #185
Annotations
10 warnings
build:
src/Alimer.Graphics/D3D12/D3D12BindGroupLayout.cs#L17
This call site is reachable on all platforms. 'D3D12_STATIC_SAMPLER_DESC' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12BindGroupLayout.cs#L15
This call site is reachable on all platforms. 'D3D12_DESCRIPTOR_RANGE1' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12BindGroupLayout.cs#L16
This call site is reachable on all platforms. 'D3D12_DESCRIPTOR_RANGE1' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L35
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_NON_PIXEL_SHADER_RESOURCE' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L42
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_COPY_DEST' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L42
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_COPY_SOURCE' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L34
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_UNORDERED_ACCESS' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L37
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_COPY_SOURCE' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12CommandBuffer.cs#L36
This call site is reachable on all platforms. 'D3D12_RESOURCE_STATES.D3D12_RESOURCE_STATE_COPY_DEST' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Alimer.Graphics/D3D12/D3D12GraphicsDevice.cs#L56
This call site is reachable on all platforms. 'HANDLE.NULL' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|