コード例 #1
0
 /** Sets the specified value to the {@code aspectMask} field. */
 public VkImageSubresourceRange.Buffer aspectMask(int value) {
   VkImageSubresourceRange.naspectMask(address(), value);
   return this;
 }
コード例 #2
0
 /** Returns the value of the {@code aspectMask} field. */
 public int aspectMask() {
   return VkImageSubresourceRange.naspectMask(address());
 }