Struct vulkano::instance::loader::FunctionPointers [] [src]

pub struct FunctionPointers<L> { /* fields omitted */ }

Wraps around a loader and contains function pointers.

Methods

impl<L> FunctionPointers<L>
[src]

[src]

Loads some global function pointer from the loader.

[src]

Calls get_instance_proc_addr on the underlying loader.

Trait Implementations

Auto Trait Implementations

impl<L> Send for FunctionPointers<L> where
    L: Send

impl<L> Sync for FunctionPointers<L> where
    L: Sync