Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupRenderPassBeginInfo.Ptr
Packages that use VkDeviceGroupRenderPassBeginInfo.Ptr
-
Uses of VkDeviceGroupRenderPassBeginInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceGroupRenderPassBeginInfo.PtrModifier and TypeMethodDescriptionVkDeviceGroupRenderPassBeginInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceGroupRenderPassBeginInfo> consumer) @NotNull VkDeviceGroupRenderPassBeginInfo.PtrVkDeviceGroupRenderPassBeginInfo.Ptr.offset(long offset) @NotNull VkDeviceGroupRenderPassBeginInfo.PtrVkDeviceGroupRenderPassBeginInfo.Ptr.reinterpret(long newSize) Assume theVkDeviceGroupRenderPassBeginInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkDeviceGroupRenderPassBeginInfo.Ptrthat uses the same backing storage as thisVkDeviceGroupRenderPassBeginInfo.Ptr, but with the new size.VkDeviceGroupRenderPassBeginInfo.Ptr.slice(long end) @NotNull VkDeviceGroupRenderPassBeginInfo.PtrVkDeviceGroupRenderPassBeginInfo.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).