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 TypeMethodDescriptionvoidVkDeviceCommands.getQueueCheckpointData2NV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointData2NV pCheckpointData) voidVkDeviceCommands.getQueueCheckpointDataNV(VkQueue queue, IntPtr pCheckpointDataCount, @Nullable IVkCheckpointDataNV pCheckpointData) voidVkInstanceCommands.queueBeginDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) intVkDeviceCommands.queueBindSparse(VkQueue queue, int bindInfoCount, @Nullable IVkBindSparseInfo pBindInfo, @Nullable VkFence fence) voidVkInstanceCommands.queueEndDebugUtilsLabelEXT(VkQueue queue) voidVkInstanceCommands.queueInsertDebugUtilsLabelEXT(VkQueue queue, VkDebugUtilsLabelEXT pLabelInfo) voidVkDeviceCommands.queueNotifyOutOfBandNV(VkQueue queue, VkOutOfBandQueueTypeInfoNV pQueueTypeInfo) intVkDeviceCommands.queuePresentKHR(VkQueue queue, VkPresentInfoKHR pPresentInfo) intVkDeviceCommands.queueSetPerformanceConfigurationINTEL(VkQueue queue, VkPerformanceConfigurationINTEL configuration) intVkDeviceCommands.queueSubmit(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueSubmit2KHR(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.queueWaitIdle(VkQueue queue) -
Uses of VkQueue in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkQueueModifier and TypeMethodDescription@Nullable VkQueueVkExternalComputeQueueCreateInfoNV.preferredQueue()@Nullable VkQueueVkExportMetalCommandQueueInfoEXT.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 recordRepresents a pointer toVkQueuehandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkQueueModifier and TypeMethodDescription@Nullable VkQueueVkQueue.Ptr.read()@Nullable VkQueueVkQueue.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 VkQueueMethod parameters in club.doki7.vulkan.handle with type arguments of type VkQueueModifier and TypeMethodDescriptionstatic VkQueue.PtrVkQueue.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkQueue> values)