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