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