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