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