Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetAllocateInfo
Packages that use VkDescriptorSetAllocateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDescriptorSetAllocateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorSetAllocateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.allocateDescriptorSets(VkDevice device, VkDescriptorSetAllocateInfo pAllocateInfo, VkDescriptorSet.Ptr pDescriptorSets) -
Uses of VkDescriptorSetAllocateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorSetAllocateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDescriptorSetAllocateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetAllocateInfoModifier and TypeMethodDescriptionstatic VkDescriptorSetAllocateInfo@NotNull VkDescriptorSetAllocateInfoVkDescriptorSetAllocateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorSetAllocateInfoVkDescriptorSetAllocateInfo.clone(Arena arena, VkDescriptorSetAllocateInfo src) VkDescriptorSetAllocateInfo.descriptorPool(@Nullable VkDescriptorPool value) VkDescriptorSetAllocateInfo.descriptorSetCount(int value) VkDescriptorSetAllocateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetAllocateInfo.pSetLayouts(VkDescriptorSetLayout.Ptr value) VkDescriptorSetAllocateInfo.sType(int value) VkDescriptorSetAllocateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorSetAllocateInfoModifier and TypeMethodDescription@NotNull Iterator<VkDescriptorSetAllocateInfo> VkDescriptorSetAllocateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetAllocateInfoModifier and TypeMethodDescriptionstatic VkDescriptorSetAllocateInfoVkDescriptorSetAllocateInfo.clone(Arena arena, VkDescriptorSetAllocateInfo src) voidVkDescriptorSetAllocateInfo.Ptr.write(long index, @NotNull VkDescriptorSetAllocateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorSetAllocateInfoModifier and TypeMethodDescriptionVkDescriptorSetAllocateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDescriptorSetAllocateInfo> consumer)