Module vulkano::descriptor_set::layout[][src]

Expand description

Describes the layout of all descriptors within a descriptor set.

When creating a new descriptor set, you must provide a layout object to create it from. You can create a descriptor set layout manually, but it is normally created automatically by each pipeline layout.

Structs

Contains the exact description of a single descriptor.

Additional description for descriptors that contain images.

Describes to the Vulkan implementation the layout of all descriptors within a descriptor set.

Enums

Error when checking whether a descriptor compatible with another one.

Describes the content and layout of each array element of a descriptor.

Error when checking whether a descriptor set is compatible with another one.

Error related to descriptor set layout

Describes what kind of resource may later be bound to a descriptor.