Uses of Interface
club.doki7.vulkan.datatype.IVkWriteDescriptorSet
Packages that use IVkWriteDescriptorSet
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkWriteDescriptorSet in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkWriteDescriptorSetModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdPushDescriptorSet
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.cmdPushDescriptorSetKHR
(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) void
VkDeviceCommands.updateDescriptorSets
(VkDevice device, int descriptorWriteCount, @Nullable IVkWriteDescriptorSet pDescriptorWrites, int descriptorCopyCount, @Nullable IVkCopyDescriptorSet pDescriptorCopies) -
Uses of IVkWriteDescriptorSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkWriteDescriptorSetModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkWriteDescriptorSet
structure in native memory.static final record
Represents a pointer to / an array ofVkWriteDescriptorSet
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkWriteDescriptorSetModifier and TypeMethodDescriptionVkPushDescriptorSetInfo.pDescriptorWrites
(@Nullable IVkWriteDescriptorSet value)