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 record
Represents a pointer to / an array ofVkPresentIdKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPresentIdKHRModifier and TypeMethodDescriptionstatic VkPresentIdKHR
@NotNull VkPresentIdKHR
VkPresentIdKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPresentIdKHR
VkPresentIdKHR.clone
(Arena arena, VkPresentIdKHR src) 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 VkPresentIdKHR
VkPresentIdKHR.clone
(Arena arena, VkPresentIdKHR src) void
VkPresentIdKHR.Ptr.write
(long index, @NotNull VkPresentIdKHR value)