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