aboutsummaryrefslogtreecommitdiff
path: root/src/raw/gpu/shader_program.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/gpu/shader_program.rs')
-rw-r--r--src/raw/gpu/shader_program.rs2
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;