Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionCreateInfoFUCHSIA.Ptr
Packages that use VkBufferCollectionCreateInfoFUCHSIA.Ptr
-
Uses of VkBufferCollectionCreateInfoFUCHSIA.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferCollectionCreateInfoFUCHSIA.PtrModifier and TypeMethodDescriptionVkBufferCollectionCreateInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferCollectionCreateInfoFUCHSIA> consumer) VkBufferCollectionCreateInfoFUCHSIA.Ptr.offset(long offset) VkBufferCollectionCreateInfoFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionCreateInfoFUCHSIA.Ptris capable of holding at leastnewSizestructures, create a new viewVkBufferCollectionCreateInfoFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionCreateInfoFUCHSIA.Ptr, but with the new size.VkBufferCollectionCreateInfoFUCHSIA.Ptr.slice(long end) VkBufferCollectionCreateInfoFUCHSIA.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).