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.Ptr
VkScreenBufferPropertiesQNX.Ptr.offset
(long offset) @NotNull VkScreenBufferPropertiesQNX.Ptr
VkScreenBufferPropertiesQNX.Ptr.reinterpret
(long newSize) Assume theVkScreenBufferPropertiesQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkScreenBufferPropertiesQNX.Ptr
that uses the same backing storage as thisVkScreenBufferPropertiesQNX.Ptr
, but with the new size.VkScreenBufferPropertiesQNX.Ptr.slice
(long end) @NotNull VkScreenBufferPropertiesQNX.Ptr
VkScreenBufferPropertiesQNX.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).