This commit is contained in:
Michael(LAI) 2019-05-18 11:39:38 +08:00 committed by GitHub
parent 254f6f5dbe
commit cecfb97782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ extern crate portability_gfx;
use portability_gfx::*; use portability_gfx::*;
// These are only shims, reexporting the gfx functions with an vk prefix. // These are only shims, reexporting the gfx functions with an vk prefix.
// IMPORTANT: These should only foward parameters to the gfx implementation, // IMPORTANT: These should only forward parameters to the gfx implementation,
// don't include any further logic. // don't include any further logic.
#[no_mangle] #[no_mangle]