Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetLayoutCreateInfo
Packages that use VkDescriptorSetLayoutCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDescriptorSetLayoutCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) voidVkDeviceCommands.getDescriptorSetLayoutSupport(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) voidVkDeviceCommands.getDescriptorSetLayoutSupportKHR(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) -
Uses of VkDescriptorSetLayoutCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorSetLayoutCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDescriptorSetLayoutCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescription@NotNull VkDescriptorSetLayoutCreateInfoVkDescriptorSetLayoutCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDescriptorSetLayoutCreateInfo.bindingCount(int value) VkDescriptorSetLayoutCreateInfo.clone(Arena arena, VkDescriptorSetLayoutCreateInfo src) VkDescriptorSetLayoutCreateInfo.flags(int value) VkDescriptorSetLayoutCreateInfo.pBindings(@Nullable IVkDescriptorSetLayoutBinding value) VkDescriptorSetLayoutCreateInfo.pNext(@NotNull MemorySegment value) VkDescriptorSetLayoutCreateInfo.sType(int value) VkDescriptorSetLayoutCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkDescriptorSetLayoutCreateInfo> VkDescriptorSetLayoutCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescriptionVkDescriptorSetLayoutCreateInfo.clone(Arena arena, VkDescriptorSetLayoutCreateInfo src) voidVkDescriptorSetLayoutCreateInfo.Ptr.write(long index, @NotNull VkDescriptorSetLayoutCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescriptionVkDescriptorSetLayoutCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkDescriptorSetLayoutCreateInfo> consumer)