Uses of Record Class
club.doki7.vulkan.datatype.VkAntiLagPresentationInfoAMD
Packages that use VkAntiLagPresentationInfoAMD
-
Uses of VkAntiLagPresentationInfoAMD in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAntiLagPresentationInfoAMDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkAntiLagPresentationInfoAMDstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAntiLagPresentationInfoAMDModifier and TypeMethodDescriptionstatic VkAntiLagPresentationInfoAMD@NotNull VkAntiLagPresentationInfoAMDVkAntiLagPresentationInfoAMD.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkAntiLagPresentationInfoAMDVkAntiLagPresentationInfoAMD.clone(Arena arena, VkAntiLagPresentationInfoAMD src) VkAntiLagPresentationInfoAMD.frameIndex(long value) VkAntiLagPresentationInfoAMD.pNext(@NotNull MemorySegment value) @Nullable VkAntiLagPresentationInfoAMDVkAntiLagDataAMD.pPresentationInfo()VkAntiLagPresentationInfoAMD.stage(int value) VkAntiLagPresentationInfoAMD.sType(int value) VkAntiLagPresentationInfoAMD.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAntiLagPresentationInfoAMDModifier and TypeMethodDescription@NotNull Iterator<VkAntiLagPresentationInfoAMD> VkAntiLagPresentationInfoAMD.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkAntiLagPresentationInfoAMDModifier and TypeMethodDescriptionstatic VkAntiLagPresentationInfoAMDVkAntiLagPresentationInfoAMD.clone(Arena arena, VkAntiLagPresentationInfoAMD src) voidVkAntiLagPresentationInfoAMD.Ptr.write(long index, @NotNull VkAntiLagPresentationInfoAMD value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAntiLagPresentationInfoAMDModifier and TypeMethodDescriptionVkAntiLagPresentationInfoAMD.Ptr.at(long index, @NotNull Consumer<@NotNull VkAntiLagPresentationInfoAMD> consumer)