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