/** Sets the specified value to the {@code baseArrayLayer} field. */
 public VkImageSubresourceRange.Buffer baseArrayLayer(int value) {
   VkImageSubresourceRange.nbaseArrayLayer(address(), value);
   return this;
 }
 /** Returns the value of the {@code baseArrayLayer} field. */
 public int baseArrayLayer() {
   return VkImageSubresourceRange.nbaseArrayLayer(address());
 }