Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineLayoutCreateInfo
Packages that use VkPipelineLayoutCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPipelineLayoutCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineLayoutCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createPipelineLayout
(VkDevice device, VkPipelineLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineLayout.Ptr pPipelineLayout) -
Uses of VkPipelineLayoutCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineLayoutCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineLayoutCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineLayoutCreateInfoModifier and TypeMethodDescriptionstatic VkPipelineLayoutCreateInfo
@NotNull VkPipelineLayoutCreateInfo
VkPipelineLayoutCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPipelineLayoutCreateInfo
VkPipelineLayoutCreateInfo.clone
(Arena arena, VkPipelineLayoutCreateInfo src) VkPipelineLayoutCreateInfo.flags
(int value) VkPipelineLayoutCreateInfo.pNext
(@NotNull MemorySegment value) VkPipelineLayoutCreateInfo.pPushConstantRanges
(@Nullable IVkPushConstantRange value) VkPipelineLayoutCreateInfo.pSetLayouts
(VkDescriptorSetLayout.Ptr value) VkPipelineLayoutCreateInfo.pushConstantRangeCount
(int value) VkPipelineLayoutCreateInfo.setLayoutCount
(int value) VkPipelineLayoutCreateInfo.sType
(int value) VkPipelineLayoutCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineLayoutCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineLayoutCreateInfo> VkPipelineLayoutCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineLayoutCreateInfoModifier and TypeMethodDescriptionstatic VkPipelineLayoutCreateInfo
VkPipelineLayoutCreateInfo.clone
(Arena arena, VkPipelineLayoutCreateInfo src) void
VkPipelineLayoutCreateInfo.Ptr.write
(long index, @NotNull VkPipelineLayoutCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineLayoutCreateInfoModifier and TypeMethodDescriptionVkPipelineLayoutCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineLayoutCreateInfo> consumer)