Uses of Record Class
club.doki7.vulkan.datatype.VkCopyDescriptorSet
Packages that use VkCopyDescriptorSet
-
Uses of VkCopyDescriptorSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyDescriptorSetModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCopyDescriptorSetstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyDescriptorSetModifier and TypeMethodDescriptionstatic VkCopyDescriptorSet@NotNull VkCopyDescriptorSetVkCopyDescriptorSet.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCopyDescriptorSetVkCopyDescriptorSet.clone(Arena arena, VkCopyDescriptorSet src) VkCopyDescriptorSet.descriptorCount(int value) VkCopyDescriptorSet.dstArrayElement(int value) VkCopyDescriptorSet.dstBinding(int value) VkCopyDescriptorSet.dstSet(@Nullable VkDescriptorSet value) VkCopyDescriptorSet.pNext(@NotNull MemorySegment value) VkCopyDescriptorSet.srcArrayElement(int value) VkCopyDescriptorSet.srcBinding(int value) VkCopyDescriptorSet.srcSet(@Nullable VkDescriptorSet value) VkCopyDescriptorSet.sType(int value) VkCopyDescriptorSet.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyDescriptorSetModifier and TypeMethodDescription@NotNull Iterator<VkCopyDescriptorSet> VkCopyDescriptorSet.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCopyDescriptorSetModifier and TypeMethodDescriptionstatic VkCopyDescriptorSetVkCopyDescriptorSet.clone(Arena arena, VkCopyDescriptorSet src) voidVkCopyDescriptorSet.Ptr.write(long index, @NotNull VkCopyDescriptorSet value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyDescriptorSetModifier and TypeMethodDescriptionVkCopyDescriptorSet.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyDescriptorSet> consumer)