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