Uses of Record Class
club.doki7.vulkan.datatype.VkSparseMemoryBind.Ptr
Packages that use VkSparseMemoryBind.Ptr
-
Uses of VkSparseMemoryBind.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSparseMemoryBind.PtrModifier and TypeMethodDescriptionstatic VkSparseMemoryBind.Ptr
@NotNull VkSparseMemoryBind.Ptr
VkSparseMemoryBind.Ptr.offset
(long offset) VkSparseBufferMemoryBindInfo.pBinds
(int assumedCount) VkSparseImageOpaqueMemoryBindInfo.pBinds
(int assumedCount) @NotNull VkSparseMemoryBind.Ptr
VkSparseMemoryBind.Ptr.reinterpret
(long newSize) Assume theVkSparseMemoryBind.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSparseMemoryBind.Ptr
that uses the same backing storage as thisVkSparseMemoryBind.Ptr
, but with the new size.VkSparseMemoryBind.Ptr.slice
(long end) @NotNull VkSparseMemoryBind.Ptr
VkSparseMemoryBind.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).