Add clone to xlib
This commit is contained in:
parent
675ec03fca
commit
0c00f0cd1f
|
@ -7,6 +7,7 @@ use vk;
|
|||
use std::ffi::CStr;
|
||||
use ::RawPtr;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct XlibSurface {
|
||||
handle: vk::Instance,
|
||||
xlib_surface_fn: vk::XlibSurfaceFn,
|
||||
|
|
Loading…
Reference in a new issue