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