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