Variable ImageSubresourceRange.aspect

struct ImageSubresourceRange
{
  // ...
  ImageAspect aspect = cast(ImageAspect)1;
  // ...
}