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