|
|
| AZ_CLASS_ALLOCATOR (CommandList, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (CommandList, "{265B877D-21DC-48FF-9D82-AA30C3E16422}", Base) |
| |
| void | SetViewports (const RHI::Viewport *viewports, uint32_t count) override |
| | Assigns a list of viewports to the raster stage of the graphics pipe.
|
| |
| void | SetScissors (const RHI::Scissor *scissors, uint32_t count) override |
| | Assigns a list of scissors to the raster stage of the graphics pipe.
|
| |
| void | SetShaderResourceGroupForDraw (const RHI::DeviceShaderResourceGroup &shaderResourceGroup) override |
| |
| void | SetShaderResourceGroupForDispatch (const RHI::DeviceShaderResourceGroup &shaderResourceGroup) override |
| |
| void | Submit (const RHI::DeviceDrawItem &drawItem, uint32_t submitIndex=0) override |
| | Submits a single draw item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceCopyItem ©Item, uint32_t submitIndex=0) override |
| | Submits a single copy item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDispatchItem &dispatchItem, uint32_t submitIndex=0) override |
| | Submits a single dispatch item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDispatchRaysItem &dispatchRaysItem, uint32_t submitIndex=0) override |
| | Submits a single dispatch rays item for processing on the command list.
|
| |
| void | BeginPredication (const RHI::DeviceBuffer &buffer, uint64_t offset, RHI::PredicationOp operation) override |
| | Starts predication on the command list.
|
| |
| void | EndPredication () override |
| | End predication on the command list.
|
| |
| void | BuildBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &rayTracingBlas) override |
| | Builds a Bottom Level Acceleration Structure (BLAS) for ray tracing operations, which is made up of DeviceRayTracingGeometry entries.
|
| |
| void | UpdateBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &rayTracingBlas) override |
| | Updates a Bottom Level Acceleration Structure (BLAS) for ray tracing operations, which is made up of DeviceRayTracingGeometry entries.
|
| |
|
void | QueryBlasCompactionSizes (const AZStd::vector< AZStd::pair< RHI::DeviceRayTracingBlas *, RHI::DeviceRayTracingCompactionQuery * > > &) override |
| |
| void | CompactBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &, const RHI::DeviceRayTracingBlas &) override |
| | Copies the given sourceBlas into the compactBlas.
|
| |
|
void | BuildTopLevelAccelerationStructure (const RHI::DeviceRayTracingTlas &rayTracingTlas, const AZStd::vector< const RHI::DeviceRayTracingBlas * > &changedBlasList) override |
| |
| void | SetFragmentShadingRate (RHI::ShadingRate rate, const RHI::ShadingRateCombinators &combinators=DefaultShadingRateCombinators) override |
| |
| void | Shutdown () override |
| |
Public Member Functions inherited from AZ::RHI::CommandList |
|
void | SetScissor (const Scissor &scissor) |
| | Assigns a scissor to the raster stage of the graphics pipe.
|
| |
|
void | SetViewport (const Viewport &viewport) |
| | Assigns a viewport to the raster stage of the graphics pipe.
|
| |
|
virtual void | QueryBlasCompactionSizes (const AZStd::vector< AZStd::pair< RHI::DeviceRayTracingBlas *, RHI::DeviceRayTracingCompactionQuery * > > &blasToQuery)=0 |
| | Inserts queries for the size of the compacted Blas.
|
| |
| virtual void | BuildTopLevelAccelerationStructure (const RHI::DeviceRayTracingTlas &rayTracingTlas, const AZStd::vector< const RHI::DeviceRayTracingBlas * > &changedBlasList)=0 |
| |
|
void | SetSubmitRange (const SubmitRange &submitRange) |
| | Sets the submit range for this command list.
|
| |
|
void | ValidateSubmitIndex (uint32_t submitIndex) |
| | Validates a submit index against the range for this command list, and tracks the total number of submits.
|
| |
|
void | ValidateTotalSubmits (const ScopeProducer *scopeProducer) |
| | Validates the total number of submits against the expected number.
|
| |
|
void | ResetTotalSubmits () |
| | Resets the total number of submits.
|
| |
|
| AZ_RTTI (DeviceObject, "{17D34F71-944C-4AF5-9823-627474C4C0A6}", Object) |
| |
|
bool | IsInitialized () const |
| | Returns whether the device object is initialized.
|
| |
| Device & | GetDevice () const |
| |
|
| AZ_RTTI (Object, "{E43378F1-2331-4173-94B8-990ED20E6003}") |
| |
|
void | SetName (const Name &name) |
| | Sets the name of the object.
|
| |
|
const Name & | GetName () const |
| | Returns the name set on the object by SetName.
|
| |
|
uint32_t | use_count () |
| | Returns the current use count of the object.
|
| |