|
| AZ_TYPE_INFO (Interval, "{B121C9FE-1C23-4721-9C3E-6BE036612743}") |
|
| Interval (uint32_t min, uint32_t max) |
|
bool | operator== (const Interval &rhs) const |
|
bool | operator!= (const Interval &rhs) const |
|
bool | Overlaps (const Interval &rhs) const |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
uint32_t | m_min = 0 |
|
uint32_t | m_max = 0 |
|
◆ Overlaps()
bool AZ::RHI::Interval::Overlaps |
( |
const Interval & |
rhs | ) |
const |
Return true if it overlaps with an interval. Overlapping m_min or m_max counts as interval overlap (e.g. [0, 3] overlaps with [3, 4])
The documentation for this struct was generated from the following file:
- Gems/Atom/RHI/Code/Include/Atom/RHI.Reflect/Interval.h