Uses of Record Class
club.doki7.vulkan.datatype.VkDecompressMemoryRegionNV.Ptr
Packages that use VkDecompressMemoryRegionNV.Ptr
-
Uses of VkDecompressMemoryRegionNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDecompressMemoryRegionNV.PtrModifier and TypeMethodDescriptionVkDecompressMemoryRegionNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDecompressMemoryRegionNV> consumer) @NotNull VkDecompressMemoryRegionNV.Ptr
VkDecompressMemoryRegionNV.Ptr.offset
(long offset) @NotNull VkDecompressMemoryRegionNV.Ptr
VkDecompressMemoryRegionNV.Ptr.reinterpret
(long newSize) Assume theVkDecompressMemoryRegionNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDecompressMemoryRegionNV.Ptr
that uses the same backing storage as thisVkDecompressMemoryRegionNV.Ptr
, but with the new size.VkDecompressMemoryRegionNV.Ptr.slice
(long end) @NotNull VkDecompressMemoryRegionNV.Ptr
VkDecompressMemoryRegionNV.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).