Struct asi_vulkan::Gpu[][src]

pub struct Gpu(_);

The Vulkan context.

Methods

impl Gpu
[src]

Create the GPU context, and optionally a window to render to.

Set the clear color.

Whether or not images are sampled.

Aspect ratio

Trait Implementations

impl Clone for Gpu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Gpu

impl !Sync for Gpu