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