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 recordRepresents a pointer to / an array ofVkDisplayPresentInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayPresentInfoKHRModifier and TypeMethodDescriptionstatic VkDisplayPresentInfoKHR@NotNull VkDisplayPresentInfoKHRVkDisplayPresentInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDisplayPresentInfoKHRVkDisplayPresentInfoKHR.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 VkDisplayPresentInfoKHRVkDisplayPresentInfoKHR.clone(Arena arena, VkDisplayPresentInfoKHR src) voidVkDisplayPresentInfoKHR.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)