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