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