|
|
| AZ_CLASS_ALLOCATOR (CommandList, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (CommandList, "138BB654-124A-47F7-8426-9ED2204BCDBD", Base) |
| |
|
VkCommandBuffer | GetNativeCommandBuffer () const |
| |
| void | SetViewports (const RHI::Viewport *rhiViewports, uint32_t count) override |
| | Assigns a list of viewports to the raster stage of the graphics pipe.
|
| |
| void | SetScissors (const RHI::Scissor *rhiScissors, 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::DeviceCopyItem ©Items, uint32_t submitIndex=0) override |
| | Submits a single copy item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDrawItem &itemList, uint32_t submitIndex=0) override |
| | Submits a single draw item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDispatchItem &dispatchItems, 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 * > > &blasToQuery) override |
| |
| void | CompactBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &sourceBlas, const RHI::DeviceRayTracingBlas &compactBlas) 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 |
| | Clears the current bound device to null.
|
| |
|
void | BeginCommandBuffer (InheritanceInfo *inheritance=nullptr) |
| |
|
void | EndCommandBuffer () |
| |
|
void | BeginRenderPass (const BeginRenderPassInfo &beginInfo) |
| |
|
void | NextSubpass (VkSubpassContents contents) |
| |
|
void | EndRenderPass () |
| |
|
bool | IsInsideRenderPass () const |
| |
|
const Framebuffer * | GetActiveFramebuffer () const |
| |
|
const RenderPass * | GetActiveRenderpass () const |
| |
|
void | ExecuteSecondaryCommandLists (const AZStd::span< const RHI::Ptr< CommandList > > &commands) |
| |
|
uint32_t | GetQueueFamilyIndex () const |
| |
|
void | BeginDebugLabel (const char *label, AZ::Color color=Debug::DefaultLabelColor) |
| |
|
void | EndDebugLabel () |
| |
|
void | ClearImage (const ResourceClearRequest &request) |
| |
|
void | ClearBuffer (const ResourceClearRequest &request) |
| |
|
RHI::CommandListValidator & | GetValidator () |
| |
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.
|
| |