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 record
Represents a pointer to / an array ofVkPhysicalDeviceSchedulingControlsFeaturesARM
structure(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) void
VkPhysicalDeviceSchedulingControlsFeaturesARM.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)