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