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