Struct voodoo::DeviceBuilder [] [src]

pub struct DeviceBuilder<'db> { /* fields omitted */ }

A builder for Device.

Methods

impl<'db> DeviceBuilder<'db>
[src]

[src]

Returns a new instance builder.

[src]

Specifies the list of VkDeviceQueueCreateInfo structures describing the queues that are requested to be created along with the logical device.

[src]

Deprecated

: ignored by Vulkan API

Specifies the layer names to enable.

Ignored.

[src]

Specifies the list of names of extensions to enable for the created device.

[src]

Specifies the structure that contains boolean indicators of all the features to be enabled.

[src]

Builds and returns a new Device.

Trait Implementations

impl<'db> Debug for DeviceBuilder<'db>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'db> Clone for DeviceBuilder<'db>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'db> !Send for DeviceBuilder<'db>

impl<'db> !Sync for DeviceBuilder<'db>