mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-26 17: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::*;
|
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]
|
||||||
|
|
Loading…
Reference in a new issue