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