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