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