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 TypeMethodDescriptionint
VkDeviceCommands.createDescriptorSetLayout
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) void
VkDeviceCommands.getDescriptorSetLayoutSupport
(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, VkDescriptorSetLayoutSupport pSupport) void
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkDescriptorSetLayoutCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutCreateInfoModifier and TypeMethodDescription@NotNull VkDescriptorSetLayoutCreateInfo
VkDescriptorSetLayoutCreateInfo.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.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) void
VkDescriptorSetLayoutCreateInfo.Ptr.write
(long index, @NotNull VkDescriptorSetLayoutCreateInfo value)