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