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