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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkDescriptorSetAllocateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetAllocateInfoModifier and TypeMethodDescriptionstatic VkDescriptorSetAllocateInfo
@NotNull VkDescriptorSetAllocateInfo
VkDescriptorSetAllocateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorSetAllocateInfo
VkDescriptorSetAllocateInfo.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 VkDescriptorSetAllocateInfo
VkDescriptorSetAllocateInfo.clone
(Arena arena, VkDescriptorSetAllocateInfo src) void
VkDescriptorSetAllocateInfo.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)