Skip to content

Commit 0311b8f

Browse files
committed
a
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent c5dee49 commit 0311b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/egl/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl Device {
127127
let glGetString: extern "C" fn(u32) -> *const u8 =
128128
unsafe { std::mem::transmute(context::get_proc_address("glGetString")) };
129129
println!("E{:?}", glGetError());
130-
println!("{:?}", glGetString(glow::VERSION));
130+
println!("{:?}", glGetString(glow::RENDERER));
131131
println!("E{:?}", glGetError());
132132
println!(
133133
"{:?}",

0 commit comments

Comments
 (0)