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