diff options
| author | Ronald Kinard <[email protected]> | 2015-09-17 02:20:36 -0500 |
|---|---|---|
| committer | Ronald Kinard <[email protected]> | 2015-09-17 02:20:36 -0500 |
| commit | 581d24ca2594ccc1d8aa1cf0804f9abb999689fb (patch) | |
| tree | 4069c53c9e5dd3d31a021ef8bf2b11489b813fd4 /src/raw/gpu/shader_program.rs | |
| parent | Merge pull request #1 from andor44/master (diff) | |
| download | ctru-rs-581d24ca2594ccc1d8aa1cf0804f9abb999689fb.tar.xz ctru-rs-581d24ca2594ccc1d8aa1cf0804f9abb999689fb.zip | |
Cleanup and lang items.
Lang items may be removed if we get a libstd.
Diffstat (limited to 'src/raw/gpu/shader_program.rs')
| -rw-r--r-- | src/raw/gpu/shader_program.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/gpu/shader_program.rs b/src/raw/gpu/shader_program.rs index 0b20676..bf373e1 100644 --- a/src/raw/gpu/shader_program.rs +++ b/src/raw/gpu/shader_program.rs @@ -27,7 +27,7 @@ pub struct shaderProgram_s { use ctru::Result; -#[link(name = "ctru")] + extern "C" { pub fn shaderInstanceInit(si: *mut shaderInstance_s, dvle: *mut DVLE_s) -> Result; pub fn shaderInstanceFree(si: *mut shaderInstance_s) -> Result; |