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