image: stride returns a vector
This commit is contained in:
parent
c267678d92
commit
0899c16557
@ -51,7 +51,7 @@ namespace util { namespace image {
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
constexpr extent2u extent (void) const;
|
||||
constexpr extent2u stride (void) const;
|
||||
constexpr vector2u stride (void) const;
|
||||
constexpr size_t size (void) const; // elements allocated
|
||||
|
||||
constexpr bool is_packed (void) const;
|
||||
|
Loading…
Reference in New Issue
Block a user