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