|
|
const DrawItem * | m_item = nullptr |
| | A pointer to the draw item.
|
| |
| DrawItemSortKey | m_sortKey = 0 |
| |
|
DrawFilterMask | m_drawFilterMask = DrawFilterMaskDefaultValue |
| | A filter mask which helps decide whether to submit this draw item to a Scope's command list or not.
|
| |
| float | m_depth = 0.0f |
| |
◆ m_depth
| float AZ::RHI::DrawItemProperties::m_depth = 0.0f |
A depth value this draw item which is used for sorting draw items in DrawList Check RHI::SortDrawList() function for detail
◆ m_sortKey
| DrawItemSortKey AZ::RHI::DrawItemProperties::m_sortKey = 0 |
A sorting key of this draw item which is used for sorting draw items in DrawList Check RHI::SortDrawList() function for detail
The documentation for this struct was generated from the following file:
- Gems/Atom/RHI/Code/Include/Atom/RHI/DrawItem.h