Uses of Interface
club.doki7.vulkan.datatype.IVkCopyDescriptorSet
Packages that use IVkCopyDescriptorSet
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkCopyDescriptorSet in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkCopyDescriptorSetModifier and TypeMethodDescriptionvoid
VkDeviceCommands.updateDescriptorSets
(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) -
Uses of IVkCopyDescriptorSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkCopyDescriptorSetModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkCopyDescriptorSet
structure in native memory.static final record
Represents a pointer to / an array ofVkCopyDescriptorSet
structure(s) in native memory.