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