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