Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceQueueInfo2
Packages that use VkDeviceQueueInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDeviceQueueInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceQueueInfo2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.getDeviceQueue2
(VkDevice device, VkDeviceQueueInfo2 pQueueInfo, VkQueue.Ptr pQueue) -
Uses of VkDeviceQueueInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceQueueInfo2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceQueueInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceQueueInfo2Modifier and TypeMethodDescriptionstatic VkDeviceQueueInfo2
@NotNull VkDeviceQueueInfo2
VkDeviceQueueInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceQueueInfo2
VkDeviceQueueInfo2.clone
(Arena arena, VkDeviceQueueInfo2 src) VkDeviceQueueInfo2.flags
(int value) VkDeviceQueueInfo2.queueFamilyIndex
(int value) VkDeviceQueueInfo2.queueIndex
(int value) VkDeviceQueueInfo2.sType
(int value) VkDeviceQueueInfo2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceQueueInfo2Modifier and TypeMethodDescription@NotNull Iterator
<VkDeviceQueueInfo2> VkDeviceQueueInfo2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceQueueInfo2Modifier and TypeMethodDescriptionstatic VkDeviceQueueInfo2
VkDeviceQueueInfo2.clone
(Arena arena, VkDeviceQueueInfo2 src) void
VkDeviceQueueInfo2.Ptr.write
(long index, @NotNull VkDeviceQueueInfo2 value)