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