Struct vk_sys::EntryPoints [] [src]

pub struct EntryPoints {
    // some fields omitted
}

Methods

impl EntryPoints
[src]

fn load<F>(f: F) -> EntryPoints where F: FnMut(&CStr) -> *const c_void

unsafe fn CreateInstance(&self, pCreateInfo: *const InstanceCreateInfo, pAllocator: *const AllocationCallbacks, pInstance: *mut Instance) -> Result

unsafe fn EnumerateInstanceExtensionProperties(&self, pLayerName: *const c_char, pPropertyCount: *mut u32, pProperties: *mut ExtensionProperties) -> Result

unsafe fn EnumerateInstanceLayerProperties(&self, pPropertyCount: *mut u32, pProperties: *mut LayerProperties) -> Result

Trait Implementations

impl Debug for EntryPoints
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Send for EntryPoints
[src]

impl Sync for EntryPoints
[src]