Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr
Packages that use VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr
-
Uses of VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMemoryOpaqueCaptureAddressAllocateInfo.PtrModifier and TypeMethodDescriptionVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryOpaqueCaptureAddressAllocateInfo> consumer) VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.offset(long offset) VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.reinterpret(long newSize) Assume theVkMemoryOpaqueCaptureAddressAllocateInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkMemoryOpaqueCaptureAddressAllocateInfo.Ptrthat uses the same backing storage as thisVkMemoryOpaqueCaptureAddressAllocateInfo.Ptr, but with the new size.VkMemoryOpaqueCaptureAddressAllocateInfo.Ptr.slice(long end) VkMemoryOpaqueCaptureAddressAllocateInfo.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).