Uses of Record Class
club.doki7.vulkan.datatype.VkOutOfBandQueueTypeInfoNV
Packages that use VkOutOfBandQueueTypeInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkOutOfBandQueueTypeInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.queueNotifyOutOfBandNV
(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) -
Uses of VkOutOfBandQueueTypeInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkOutOfBandQueueTypeInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkOutOfBandQueueTypeInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescriptionstatic VkOutOfBandQueueTypeInfoNV
@NotNull VkOutOfBandQueueTypeInfoNV
VkOutOfBandQueueTypeInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkOutOfBandQueueTypeInfoNV
VkOutOfBandQueueTypeInfoNV.clone
(Arena arena, VkOutOfBandQueueTypeInfoNV src) VkOutOfBandQueueTypeInfoNV.pNext
(@NotNull MemorySegment value) VkOutOfBandQueueTypeInfoNV.queueType
(int value) VkOutOfBandQueueTypeInfoNV.sType
(int value) VkOutOfBandQueueTypeInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkOutOfBandQueueTypeInfoNV> VkOutOfBandQueueTypeInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescriptionstatic VkOutOfBandQueueTypeInfoNV
VkOutOfBandQueueTypeInfoNV.clone
(Arena arena, VkOutOfBandQueueTypeInfoNV src) void
VkOutOfBandQueueTypeInfoNV.Ptr.write
(long index, @NotNull VkOutOfBandQueueTypeInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescriptionVkOutOfBandQueueTypeInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkOutOfBandQueueTypeInfoNV> consumer)