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