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