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