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