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