Uses of Interface
club.doki7.vulkan.datatype.IVkSubmitInfo
Packages that use IVkSubmitInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSubmitInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSubmitInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.queueSubmit
(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo pSubmits, @Nullable VkFence fence) -
Uses of IVkSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSubmitInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSubmitInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkSubmitInfo
structure(s) in native memory.