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