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