Variable ImageDims.depth

struct ImageDims
{
  // ...
  uint depth = 1u;
  // ...
}