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