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