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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDescriptorPoolCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorPoolCreateInfoModifier and TypeMethodDescriptionstatic VkDescriptorPoolCreateInfo@NotNull VkDescriptorPoolCreateInfoVkDescriptorPoolCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorPoolCreateInfoVkDescriptorPoolCreateInfo.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 VkDescriptorPoolCreateInfoVkDescriptorPoolCreateInfo.clone(Arena arena, VkDescriptorPoolCreateInfo src) voidVkDescriptorPoolCreateInfo.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)