Uses of Record Class
club.doki7.vulkan.datatype.VkPresentIdKHR
Packages that use VkPresentIdKHR
-
Uses of VkPresentIdKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPresentIdKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPresentIdKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPresentIdKHRModifier and TypeMethodDescriptionstatic VkPresentIdKHR@NotNull VkPresentIdKHRVkPresentIdKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPresentIdKHRVkPresentIdKHR.clone(Arena arena, VkPresentIdKHR src) VkPresentIdKHR.pNext(@NotNull MemorySegment value) VkPresentIdKHR.pPresentIds(@Nullable LongPtr value) VkPresentIdKHR.sType(int value) VkPresentIdKHR.swapchainCount(int value) VkPresentIdKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPresentIdKHRModifier and TypeMethodDescription@NotNull Iterator<VkPresentIdKHR> VkPresentIdKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPresentIdKHRModifier and TypeMethodDescriptionstatic VkPresentIdKHRVkPresentIdKHR.clone(Arena arena, VkPresentIdKHR src) voidVkPresentIdKHR.Ptr.write(long index, @NotNull VkPresentIdKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPresentIdKHRModifier and TypeMethodDescriptionVkPresentIdKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPresentIdKHR> consumer)