Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr
Packages that use VkBufferCollectionImageCreateInfoFUCHSIA.Ptr
-
Uses of VkBufferCollectionImageCreateInfoFUCHSIA.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferCollectionImageCreateInfoFUCHSIA.PtrModifier and TypeMethodDescriptionVkBufferCollectionImageCreateInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferCollectionImageCreateInfoFUCHSIA> consumer) VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.offset(long offset) VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionImageCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionImageCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionImageCreateInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.slice(long end) VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).