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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkSubmitInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkSubmitInfostructure(s) in native memory.