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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDeviceQueueInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceQueueInfo2Modifier and TypeMethodDescriptionstatic VkDeviceQueueInfo2@NotNull VkDeviceQueueInfo2VkDeviceQueueInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceQueueInfo2VkDeviceQueueInfo2.clone(Arena arena, VkDeviceQueueInfo2 src) VkDeviceQueueInfo2.flags(int value) VkDeviceQueueInfo2.pNext(@NotNull MemorySegment 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 VkDeviceQueueInfo2VkDeviceQueueInfo2.clone(Arena arena, VkDeviceQueueInfo2 src) voidVkDeviceQueueInfo2.Ptr.write(long index, @NotNull VkDeviceQueueInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceQueueInfo2Modifier and TypeMethodDescriptionVkDeviceQueueInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceQueueInfo2> consumer)