Uses of Record Class
club.doki7.vulkan.datatype.VkQueryLowLatencySupportNV.Ptr
Packages that use VkQueryLowLatencySupportNV.Ptr
-
Uses of VkQueryLowLatencySupportNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkQueryLowLatencySupportNV.PtrModifier and TypeMethodDescriptionVkQueryLowLatencySupportNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkQueryLowLatencySupportNV> consumer) @NotNull VkQueryLowLatencySupportNV.Ptr
VkQueryLowLatencySupportNV.Ptr.offset
(long offset) @NotNull VkQueryLowLatencySupportNV.Ptr
VkQueryLowLatencySupportNV.Ptr.reinterpret
(long newSize) Assume theVkQueryLowLatencySupportNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkQueryLowLatencySupportNV.Ptr
that uses the same backing storage as thisVkQueryLowLatencySupportNV.Ptr
, but with the new size.VkQueryLowLatencySupportNV.Ptr.slice
(long end) @NotNull VkQueryLowLatencySupportNV.Ptr
VkQueryLowLatencySupportNV.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).