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.PtrVkOutOfBandQueueTypeInfoNV.Ptr.offset(long offset) @NotNull VkOutOfBandQueueTypeInfoNV.PtrVkOutOfBandQueueTypeInfoNV.Ptr.reinterpret(long newSize) Assume theVkOutOfBandQueueTypeInfoNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkOutOfBandQueueTypeInfoNV.Ptrthat uses the same backing storage as thisVkOutOfBandQueueTypeInfoNV.Ptr, but with the new size.VkOutOfBandQueueTypeInfoNV.Ptr.slice(long end) @NotNull VkOutOfBandQueueTypeInfoNV.PtrVkOutOfBandQueueTypeInfoNV.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).