A 2D extent in texels.
More...
#include "donner/gpu/Descriptors.h"
|
|
uint32_t | width = 0 |
| | Width in texels.
|
|
uint32_t | height = 0 |
| | Height in texels.
|
|
| std::ostream & | operator<< (std::ostream &os, const Extent2d &value) |
| | Ostream output operator, e.g. 4x4.
|
◆ operator==()
| bool donner::gpu::Extent2d::operator== |
( |
const Extent2d & | other | ) |
const |
|
default |
Equality operator.
- Parameters
-
| other | Extent to compare against. |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Extent2d & | value ) |
|
friend |
Ostream output operator, e.g. 4x4.
- Parameters
-
| os | Output stream. |
| value | Extent to output. |
The documentation for this struct was generated from the following file: