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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkOutOfBandQueueTypeInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkOutOfBandQueueTypeInfoNVModifier and TypeMethodDescriptionstatic VkOutOfBandQueueTypeInfoNV@NotNull VkOutOfBandQueueTypeInfoNVVkOutOfBandQueueTypeInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkOutOfBandQueueTypeInfoNVVkOutOfBandQueueTypeInfoNV.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 VkOutOfBandQueueTypeInfoNVVkOutOfBandQueueTypeInfoNV.clone(Arena arena, VkOutOfBandQueueTypeInfoNV src) voidVkOutOfBandQueueTypeInfoNV.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)