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