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