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