mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 15:01:31 +11:00
Fix typo
This commit is contained in:
parent
254f6f5dbe
commit
cecfb97782
|
@ -5,7 +5,7 @@ extern crate portability_gfx;
|
|||
use portability_gfx::*;
|
||||
|
||||
// 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.
|
||||
|
||||
#[no_mangle]
|
||||
|
|
Loading…
Reference in a new issue