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