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.PtrVkCommandBufferBeginInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkCommandBufferBeginInfo> consumer) @NotNull VkCommandBufferBeginInfo.PtrVkCommandBufferBeginInfo.Ptr.offset(long offset) @NotNull VkCommandBufferBeginInfo.PtrVkCommandBufferBeginInfo.Ptr.reinterpret(long newSize) Assume theVkCommandBufferBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkCommandBufferBeginInfo.Ptrthat uses the same backing storage as thisVkCommandBufferBeginInfo.Ptr, but with the new size.VkCommandBufferBeginInfo.Ptr.slice(long end) @NotNull VkCommandBufferBeginInfo.PtrVkCommandBufferBeginInfo.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).