Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceQueueGlobalPriorityCreateInfo
Packages that use VkDeviceQueueGlobalPriorityCreateInfo
-
Uses of VkDeviceQueueGlobalPriorityCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceQueueGlobalPriorityCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceQueueGlobalPriorityCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceQueueGlobalPriorityCreateInfoModifier and TypeMethodDescriptionVkDeviceQueueGlobalPriorityCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDeviceQueueGlobalPriorityCreateInfo.clone
(Arena arena, VkDeviceQueueGlobalPriorityCreateInfo src) VkDeviceQueueGlobalPriorityCreateInfo.globalPriority
(int value) VkDeviceQueueGlobalPriorityCreateInfo.pNext
(@NotNull MemorySegment value) VkDeviceQueueGlobalPriorityCreateInfo.sType
(int value) VkDeviceQueueGlobalPriorityCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceQueueGlobalPriorityCreateInfoMethods in club.doki7.vulkan.datatype with parameters of type VkDeviceQueueGlobalPriorityCreateInfoModifier and TypeMethodDescriptionVkDeviceQueueGlobalPriorityCreateInfo.clone
(Arena arena, VkDeviceQueueGlobalPriorityCreateInfo src) void
VkDeviceQueueGlobalPriorityCreateInfo.Ptr.write
(long index, @NotNull VkDeviceQueueGlobalPriorityCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceQueueGlobalPriorityCreateInfoModifier and TypeMethodDescriptionVkDeviceQueueGlobalPriorityCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceQueueGlobalPriorityCreateInfo> consumer)