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