Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorPoolCreateInfo
Packages that use VkDescriptorPoolCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDescriptorPoolCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorPoolCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createDescriptorPool
(VkDevice device, VkDescriptorPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorPool.Ptr pDescriptorPool) -
Uses of VkDescriptorPoolCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorPoolCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDescriptorPoolCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorPoolCreateInfoModifier and TypeMethodDescriptionstatic VkDescriptorPoolCreateInfo
@NotNull VkDescriptorPoolCreateInfo
VkDescriptorPoolCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorPoolCreateInfo
VkDescriptorPoolCreateInfo.clone
(Arena arena, VkDescriptorPoolCreateInfo src) VkDescriptorPoolCreateInfo.flags
(int value) VkDescriptorPoolCreateInfo.maxSets
(int value) VkDescriptorPoolCreateInfo.pNext
(@NotNull MemorySegment value) VkDescriptorPoolCreateInfo.poolSizeCount
(int value) VkDescriptorPoolCreateInfo.pPoolSizes
(@Nullable IVkDescriptorPoolSize value) VkDescriptorPoolCreateInfo.sType
(int value) VkDescriptorPoolCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorPoolCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDescriptorPoolCreateInfo> VkDescriptorPoolCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorPoolCreateInfoModifier and TypeMethodDescriptionstatic VkDescriptorPoolCreateInfo
VkDescriptorPoolCreateInfo.clone
(Arena arena, VkDescriptorPoolCreateInfo src) void
VkDescriptorPoolCreateInfo.Ptr.write
(long index, @NotNull VkDescriptorPoolCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorPoolCreateInfoModifier and TypeMethodDescriptionVkDescriptorPoolCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDescriptorPoolCreateInfo> consumer)