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