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