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