コード例 #1
0
 /** Unsafe version of {@link #set(VkImageSubresourceRange) set}. */
 public VkImageSubresourceRange nset(long struct) {
   memCopy(struct, address(), SIZEOF);
   return this;
 }