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