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 recordRepresents a pointer to / an array ofVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXTstructure(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) voidVkPhysicalDevicePresentModeFifoLatestReadyFeaturesEXT.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)