mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-22 15:01:31 +11:00
Merge #184
184: Fix typo r=kvark a=Michael-Lfx Co-authored-by: Michael(LAI) <9588926+michael-lfx@users.noreply.github.com>
This commit is contained in:
commit
05fd538399
|
@ -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