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