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