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