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