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