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