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]

Loads some global function pointer from the loader.

Calls get_instance_proc_addr on the underlying loader.

Auto Trait Implementations

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

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