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