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