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