This commit is, similar to the corresponding commit chain on multi-device-resources|o3de, one commit in a series of commits that introduces the usage of multi-device resources on the RHI-level as well as some changes that have been introduced in the meantime.
This specifically removes as many instances of RHI::MultiDevice::DefaultDeviceIndex in favour of retrieving the device index from the FrameGraphExecuteContext.
The goal of this integration is that each commit here runs in tandem with a commit on the corresponding o3de branch, in this case the commit in question is context with device index.
This commit is, similar to the corresponding commit chain on multi-device-resources|o3de, one commit in a series of commits that introduces the usage of multi-device resources on the
RHI
-level as well as some changes that have been introduced in the meantime.This specifically removes as many instances of
RHI::MultiDevice::DefaultDeviceIndex
in favour of retrieving the device index from theFrameGraphExecuteContext
.The goal of this integration is that each commit here runs in tandem with a commit on the corresponding
o3de
branch, in this case the commit in question is context with device index.Buffer
Image
Query
PipelineState
RayTracing
TransientAttachmentPool
SwapChain
SRG
DrawItem
FrameGraph Part I