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 TypeMethodDescriptionvoidVkDeviceCommands.cmdPushDescriptorSet(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.cmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, int pipelineBindPoint, VkPipelineLayout layout, int set, int descriptorWriteCount, IVkWriteDescriptorSet pDescriptorWrites) voidVkDeviceCommands.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 recordRepresents a pointer to aVkWriteDescriptorSetstructure in native memory.static final recordRepresents a pointer to / an array ofVkWriteDescriptorSetstructure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkWriteDescriptorSetModifier and TypeMethodDescriptionVkPushDescriptorSetInfo.pDescriptorWrites(@Nullable IVkWriteDescriptorSet value)