Crate gpu_descriptor[][src]

gpu-descriptor crate.

Structs

DescriptorAllocator

Descriptor allocator. Can be used to allocate descriptor sets for any layout.

DescriptorPoolCreateFlags

Flags to augment descriptor pool creation.

DescriptorSet

Descriptor set from allocator.

DescriptorSetLayoutCreateFlags

Flags to augment descriptor set allocation.

DescriptorTotalCount

Number of descriptors of each type.

Enums

AllocationError

AllocationError that may occur during descriptor sets allocation.

CreatePoolError

Memory exhausted error.

DeviceAllocationError

Memory exhausted error.

Traits

DescriptorDevice

Abstract device that can create pools of type P and allocate sets S with layout L.