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 TypeMethodDescriptionintVkDeviceCommands.queueSubmit2(VkQueue queue, int submitCount, @Nullable IVkSubmitInfo2 pSubmits, @Nullable VkFence fence) intVkDeviceCommands.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 recordRepresents a pointer to aVkSubmitInfo2structure in native memory.static final recordRepresents a pointer to / an array ofVkSubmitInfo2structure(s) in native memory.