Uses of Interface
club.doki7.vulkan.datatype.IVkSubmitInfo2
Packages that use IVkSubmitInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSubmitInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSubmitInfo2Modifier and TypeMethodDescriptionint
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) -
Uses of IVkSubmitInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSubmitInfo2Modifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSubmitInfo2
structure in native memory.static final record
Represents a pointer to / an array ofVkSubmitInfo2
structure(s) in native memory.