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