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.Ptr
VkExternalFormatQNX.Ptr.at
(long index, @NotNull Consumer<@NotNull VkExternalFormatQNX> consumer) @NotNull VkExternalFormatQNX.Ptr
VkExternalFormatQNX.Ptr.offset
(long offset) @NotNull VkExternalFormatQNX.Ptr
VkExternalFormatQNX.Ptr.reinterpret
(long newSize) Assume theVkExternalFormatQNX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExternalFormatQNX.Ptr
that uses the same backing storage as thisVkExternalFormatQNX.Ptr
, but with the new size.VkExternalFormatQNX.Ptr.slice
(long end) @NotNull VkExternalFormatQNX.Ptr
VkExternalFormatQNX.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).