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