Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDevicePresentWaitFeaturesKHR
Packages that use VkPhysicalDevicePresentWaitFeaturesKHR
-
Uses of VkPhysicalDevicePresentWaitFeaturesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDevicePresentWaitFeaturesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDevicePresentWaitFeaturesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDevicePresentWaitFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePresentWaitFeaturesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDevicePresentWaitFeaturesKHR.clone
(Arena arena, VkPhysicalDevicePresentWaitFeaturesKHR src) VkPhysicalDevicePresentWaitFeaturesKHR.pNext
(@NotNull MemorySegment value) VkPhysicalDevicePresentWaitFeaturesKHR.presentWait
(int value) VkPhysicalDevicePresentWaitFeaturesKHR.sType
(int value) VkPhysicalDevicePresentWaitFeaturesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDevicePresentWaitFeaturesKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDevicePresentWaitFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePresentWaitFeaturesKHR.clone
(Arena arena, VkPhysicalDevicePresentWaitFeaturesKHR src) void
VkPhysicalDevicePresentWaitFeaturesKHR.Ptr.write
(long index, @NotNull VkPhysicalDevicePresentWaitFeaturesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDevicePresentWaitFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDevicePresentWaitFeaturesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDevicePresentWaitFeaturesKHR> consumer)