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