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