Uses of Record Class
club.doki7.vulkan.handle.VkQueue
Packages that use VkQueue
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkQueue in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueueModifier and TypeMethodDescriptionvoid
VkDeviceCommands.getQueueCheckpointData2NV
(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointData2NV pCheckpointData) void
VkDeviceCommands.getQueueCheckpointDataNV
(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) void
VkInstanceCommands.queueBeginDebugUtilsLabelEXT
(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) int
VkDeviceCommands.queueBindSparse
(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) void
VkInstanceCommands.queueEndDebugUtilsLabelEXT
(VkQueue queue) void
VkInstanceCommands.queueInsertDebugUtilsLabelEXT
(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) void
VkDeviceCommands.queueNotifyOutOfBandNV
(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) int
VkDeviceCommands.queuePresentKHR
(VkQueue queue, VkPresentInfoKHR pPresentInfo) int
VkDeviceCommands.queueSetPerformanceConfigurationINTEL
(VkQueue queue, VkPerformanceConfigurationINTEL configuration) int
VkDeviceCommands.queueSubmit
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueSubmit2KHR
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) int
VkDeviceCommands.queueWaitIdle
(VkQueue queue) -
Uses of VkQueue in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkQueueModifier and TypeMethodDescription@Nullable VkQueue
VkExternalComputeQueueCreateInfoNV.preferredQueue()
@Nullable VkQueue
VkExportMetalCommandQueueInfoEXT.queue()
Methods in club.doki7.vulkan.datatype with parameters of type VkQueueModifier and TypeMethodDescriptionVkExternalComputeQueueCreateInfoNV.preferredQueue
(@Nullable VkQueue value) -
Uses of VkQueue in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkQueueModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkQueue
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkQueueModifier and TypeMethodDescription@Nullable VkQueue
VkQueue.Ptr.read()
@Nullable VkQueue
VkQueue.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkQueueMethods in club.doki7.vulkan.handle with parameters of type VkQueue